Class: Aws::Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest

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)


12943
12944
12945
# File 'sig/types.rbs', line 12943

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)


12944
12945
12946
# File 'sig/types.rbs', line 12944

def associate_public_ip_address
  @associate_public_ip_address
end

#connection_tracking_specificationTypes::ConnectionTrackingSpecificationRequest

Returns the value of attribute connection_tracking_specification.



12964
12965
12966
# File 'sig/types.rbs', line 12964

def connection_tracking_specification
  @connection_tracking_specification
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


12945
12946
12947
# File 'sig/types.rbs', line 12945

def delete_on_termination
  @delete_on_termination
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12946
12947
12948
# File 'sig/types.rbs', line 12946

def description
  @description
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


12947
12948
12949
# File 'sig/types.rbs', line 12947

def device_index
  @device_index
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


12965
12966
12967
# File 'sig/types.rbs', line 12965

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::EnaSrdSpecificationRequest

Returns the value of attribute ena_srd_specification.



12963
12964
12965
# File 'sig/types.rbs', line 12963

def ena_srd_specification
  @ena_srd_specification
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


12948
12949
12950
# File 'sig/types.rbs', line 12948

def groups
  @groups
end

#interface_type::String

Returns the value of attribute interface_type.

Returns:

  • (::String)


12949
12950
12951
# File 'sig/types.rbs', line 12949

def interface_type
  @interface_type
end

#ipv_4_prefix_count::Integer

Returns the value of attribute ipv_4_prefix_count.

Returns:

  • (::Integer)


12959
12960
12961
# File 'sig/types.rbs', line 12959

def ipv_4_prefix_count
  @ipv_4_prefix_count
end

#ipv_4_prefixes::Array[Types::Ipv4PrefixSpecificationRequest]

Returns the value of attribute ipv_4_prefixes.



12958
12959
12960
# File 'sig/types.rbs', line 12958

def ipv_4_prefixes
  @ipv_4_prefixes
end

#ipv_6_address_count::Integer

Returns the value of attribute ipv_6_address_count.

Returns:

  • (::Integer)


12950
12951
12952
# File 'sig/types.rbs', line 12950

def ipv_6_address_count
  @ipv_6_address_count
end

#ipv_6_addresses::Array[Types::InstanceIpv6AddressRequest]

Returns the value of attribute ipv_6_addresses.

Returns:



12951
12952
12953
# File 'sig/types.rbs', line 12951

def ipv_6_addresses
  @ipv_6_addresses
end

#ipv_6_prefix_count::Integer

Returns the value of attribute ipv_6_prefix_count.

Returns:

  • (::Integer)


12961
12962
12963
# File 'sig/types.rbs', line 12961

def ipv_6_prefix_count
  @ipv_6_prefix_count
end

#ipv_6_prefixes::Array[Types::Ipv6PrefixSpecificationRequest]

Returns the value of attribute ipv_6_prefixes.



12960
12961
12962
# File 'sig/types.rbs', line 12960

def ipv_6_prefixes
  @ipv_6_prefixes
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


12957
12958
12959
# File 'sig/types.rbs', line 12957

def network_card_index
  @network_card_index
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


12952
12953
12954
# File 'sig/types.rbs', line 12952

def network_interface_id
  @network_interface_id
end

#primary_ipv_6Boolean

Returns the value of attribute primary_ipv_6.

Returns:

  • (Boolean)


12962
12963
12964
# File 'sig/types.rbs', line 12962

def primary_ipv_6
  @primary_ipv_6
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


12953
12954
12955
# File 'sig/types.rbs', line 12953

def private_ip_address
  @private_ip_address
end

#private_ip_addresses::Array[Types::PrivateIpAddressSpecification]

Returns the value of attribute private_ip_addresses.



12954
12955
12956
# File 'sig/types.rbs', line 12954

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)


12955
12956
12957
# File 'sig/types.rbs', line 12955

def secondary_private_ip_address_count
  @secondary_private_ip_address_count
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


12956
12957
12958
# File 'sig/types.rbs', line 12956

def subnet_id
  @subnet_id
end