Class: Aws::Types::LaunchTemplateInstanceNetworkInterfaceSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associate_carrier_ip_addressBoolean

Returns the value of attribute associate_carrier_ip_address.

Returns:

  • (Boolean)


12916
12917
12918
# File 'sig/types.rbs', line 12916

def associate_carrier_ip_address
  @associate_carrier_ip_address
end

#associate_public_ip_addressBoolean

Returns the value of attribute associate_public_ip_address.

Returns:

  • (Boolean)


12917
12918
12919
# File 'sig/types.rbs', line 12917

def associate_public_ip_address
  @associate_public_ip_address
end

#connection_tracking_specificationTypes::ConnectionTrackingSpecification

Returns the value of attribute connection_tracking_specification.



12937
12938
12939
# File 'sig/types.rbs', line 12937

def connection_tracking_specification
  @connection_tracking_specification
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


12918
12919
12920
# File 'sig/types.rbs', line 12918

def delete_on_termination
  @delete_on_termination
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12919
12920
12921
# File 'sig/types.rbs', line 12919

def description
  @description
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


12920
12921
12922
# File 'sig/types.rbs', line 12920

def device_index
  @device_index
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


12938
12939
12940
# File 'sig/types.rbs', line 12938

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::LaunchTemplateEnaSrdSpecification

Returns the value of attribute ena_srd_specification.



12936
12937
12938
# File 'sig/types.rbs', line 12936

def ena_srd_specification
  @ena_srd_specification
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


12921
12922
12923
# File 'sig/types.rbs', line 12921

def groups
  @groups
end

#interface_type::String

Returns the value of attribute interface_type.

Returns:

  • (::String)


12922
12923
12924
# File 'sig/types.rbs', line 12922

def interface_type
  @interface_type
end

#ipv_4_prefix_count::Integer

Returns the value of attribute ipv_4_prefix_count.

Returns:

  • (::Integer)


12932
12933
12934
# File 'sig/types.rbs', line 12932

def ipv_4_prefix_count
  @ipv_4_prefix_count
end

#ipv_4_prefixes::Array[Types::Ipv4PrefixSpecificationResponse]

Returns the value of attribute ipv_4_prefixes.



12931
12932
12933
# File 'sig/types.rbs', line 12931

def ipv_4_prefixes
  @ipv_4_prefixes
end

#ipv_6_address_count::Integer

Returns the value of attribute ipv_6_address_count.

Returns:

  • (::Integer)


12923
12924
12925
# File 'sig/types.rbs', line 12923

def ipv_6_address_count
  @ipv_6_address_count
end

#ipv_6_addresses::Array[Types::InstanceIpv6Address]

Returns the value of attribute ipv_6_addresses.

Returns:



12924
12925
12926
# File 'sig/types.rbs', line 12924

def ipv_6_addresses
  @ipv_6_addresses
end

#ipv_6_prefix_count::Integer

Returns the value of attribute ipv_6_prefix_count.

Returns:

  • (::Integer)


12934
12935
12936
# File 'sig/types.rbs', line 12934

def ipv_6_prefix_count
  @ipv_6_prefix_count
end

#ipv_6_prefixes::Array[Types::Ipv6PrefixSpecificationResponse]

Returns the value of attribute ipv_6_prefixes.



12933
12934
12935
# File 'sig/types.rbs', line 12933

def ipv_6_prefixes
  @ipv_6_prefixes
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


12930
12931
12932
# File 'sig/types.rbs', line 12930

def network_card_index
  @network_card_index
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


12925
12926
12927
# File 'sig/types.rbs', line 12925

def network_interface_id
  @network_interface_id
end

#primary_ipv_6Boolean

Returns the value of attribute primary_ipv_6.

Returns:

  • (Boolean)


12935
12936
12937
# File 'sig/types.rbs', line 12935

def primary_ipv_6
  @primary_ipv_6
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


12926
12927
12928
# File 'sig/types.rbs', line 12926

def private_ip_address
  @private_ip_address
end

#private_ip_addresses::Array[Types::PrivateIpAddressSpecification]

Returns the value of attribute private_ip_addresses.



12927
12928
12929
# File 'sig/types.rbs', line 12927

def private_ip_addresses
  @private_ip_addresses
end

#secondary_private_ip_address_count::Integer

Returns the value of attribute secondary_private_ip_address_count.

Returns:

  • (::Integer)


12928
12929
12930
# File 'sig/types.rbs', line 12928

def secondary_private_ip_address_count
  @secondary_private_ip_address_count
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


12929
12930
12931
# File 'sig/types.rbs', line 12929

def subnet_id
  @subnet_id
end