PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::EC2::InstanceAttribute; use Moose; has BlockDeviceMappings => (is => 'ro', isa => 'ArrayRef[Paws::EC2::InstanceBlockDeviceMapping]', request_name => 'blockDeviceMapping', traits => ['NameInRequest',]); has DisableApiTermination => (is => 'ro', isa => 'Paws::EC2::AttributeBooleanValue', request_name => 'disableApiTermination', traits => ['NameInRequest',]); has EbsOptimized => (is => 'ro', isa => 'Paws::EC2::AttributeBooleanValue', request_name => 'ebsOptimized', traits => ['NameInRequest',]); has EnaSupport => (is => 'ro', isa => 'Paws::EC2::AttributeBooleanValue', request_name => 'enaSupport', traits => ['NameInRequest',]); has EnclaveOptions => (is => 'ro', isa => 'Paws::EC2::EnclaveOptions', request_name => 'enclaveOptions', traits => ['NameInRequest',]); has Groups => (is => 'ro', isa => 'ArrayRef[Paws::EC2::GroupIdentifier]', request_name => 'groupSet', traits => ['NameInRequest',]); has InstanceId => (is => 'ro', isa => 'Str', request_name => 'instanceId', traits => ['NameInRequest',]); has InstanceInitiatedShutdownBehavior => (is => 'ro', isa => 'Paws::EC2::AttributeValue', request_name => 'instanceInitiatedShutdownBehavior', traits => ['NameInRequest',]); has InstanceType => (is => 'ro', isa => 'Paws::EC2::AttributeValue', request_name => 'instanceType', traits => ['NameInRequest',]); has KernelId => (is => 'ro', isa => 'Paws::EC2::AttributeValue', request_name => 'kernel', traits => ['NameInRequest',]); has ProductCodes => (is => 'ro', isa => 'ArrayRef[Paws::EC2::ProductCode]', request_name => 'productCodes', traits => ['NameInRequest',]); has RamdiskId => (is => 'ro', isa => 'Paws::EC2::AttributeValue', request_name => 'ramdisk', traits => ['NameInRequest',]); has RootDeviceName => (is => 'ro', isa => 'Paws::EC2::AttributeValue', request_name => 'rootDeviceName', traits => ['NameInRequest',]); has SourceDestCheck => (is => 'ro', isa => 'Paws::EC2::AttributeBooleanValue', request_name => 'sourceDestCheck', traits => ['NameInRequest',]); has SriovNetSupport => (is => 'ro', isa => 'Paws::EC2::AttributeValue', request_name => 'sriovNetSupport', traits => ['NameInRequest',]); has UserData => (is => 'ro', isa => 'Paws::EC2::AttributeValue', request_name => 'userData', traits => ['NameInRequest',]); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::EC2::InstanceAttribute =head1 ATTRIBUTES =head2 BlockDeviceMappings => ArrayRef[L] The block device mapping of the instance. =head2 DisableApiTermination => L If the value is C, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can. =head2 EbsOptimized => L Indicates whether the instance is optimized for Amazon EBS I/O. =head2 EnaSupport => L Indicates whether enhanced networking with ENA is enabled. =head2 EnclaveOptions => L To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to C; otherwise, set it to C. =head2 Groups => ArrayRef[L] The security groups associated with the instance. =head2 InstanceId => Str The ID of the instance. =head2 InstanceInitiatedShutdownBehavior => L Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). =head2 InstanceType => L The instance type. =head2 KernelId => L The kernel ID. =head2 ProductCodes => ArrayRef[L] A list of product codes. =head2 RamdiskId => L The RAM disk ID. =head2 RootDeviceName => L The device name of the root device volume (for example, C). =head2 SourceDestCheck => L Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is C, source/destination checks are enabled; otherwise, they are disabled. The default value is C. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls. =head2 SriovNetSupport => L Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled. =head2 UserData => L The user data. =head2 _request_id => Str =cut