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)


13237
13238
13239
# File 'sig/types.rbs', line 13237

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)


13238
13239
13240
# File 'sig/types.rbs', line 13238

def associate_public_ip_address
  @associate_public_ip_address
end

#connection_tracking_specificationTypes::ConnectionTrackingSpecification

Returns the value of attribute connection_tracking_specification.



13258
13259
13260
# File 'sig/types.rbs', line 13258

def connection_tracking_specification
  @connection_tracking_specification
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


13239
13240
13241
# File 'sig/types.rbs', line 13239

def delete_on_termination
  @delete_on_termination
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


13240
13241
13242
# File 'sig/types.rbs', line 13240

def description
  @description
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


13241
13242
13243
# File 'sig/types.rbs', line 13241

def device_index
  @device_index
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


13259
13260
13261
# File 'sig/types.rbs', line 13259

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::LaunchTemplateEnaSrdSpecification

Returns the value of attribute ena_srd_specification.



13257
13258
13259
# File 'sig/types.rbs', line 13257

def ena_srd_specification
  @ena_srd_specification
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


13242
13243
13244
# File 'sig/types.rbs', line 13242

def groups
  @groups
end

#interface_type::String

Returns the value of attribute interface_type.

Returns:

  • (::String)


13243
13244
13245
# File 'sig/types.rbs', line 13243

def interface_type
  @interface_type
end

#ipv_4_prefix_count::Integer

Returns the value of attribute ipv_4_prefix_count.

Returns:

  • (::Integer)


13253
13254
13255
# File 'sig/types.rbs', line 13253

def ipv_4_prefix_count
  @ipv_4_prefix_count
end

#ipv_4_prefixes::Array[Types::Ipv4PrefixSpecificationResponse]

Returns the value of attribute ipv_4_prefixes.



13252
13253
13254
# File 'sig/types.rbs', line 13252

def ipv_4_prefixes
  @ipv_4_prefixes
end

#ipv_6_address_count::Integer

Returns the value of attribute ipv_6_address_count.

Returns:

  • (::Integer)


13244
13245
13246
# File 'sig/types.rbs', line 13244

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:



13245
13246
13247
# File 'sig/types.rbs', line 13245

def ipv_6_addresses
  @ipv_6_addresses
end

#ipv_6_prefix_count::Integer

Returns the value of attribute ipv_6_prefix_count.

Returns:

  • (::Integer)


13255
13256
13257
# File 'sig/types.rbs', line 13255

def ipv_6_prefix_count
  @ipv_6_prefix_count
end

#ipv_6_prefixes::Array[Types::Ipv6PrefixSpecificationResponse]

Returns the value of attribute ipv_6_prefixes.



13254
13255
13256
# File 'sig/types.rbs', line 13254

def ipv_6_prefixes
  @ipv_6_prefixes
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


13251
13252
13253
# File 'sig/types.rbs', line 13251

def network_card_index
  @network_card_index
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


13246
13247
13248
# File 'sig/types.rbs', line 13246

def network_interface_id
  @network_interface_id
end

#primary_ipv_6Boolean

Returns the value of attribute primary_ipv_6.

Returns:

  • (Boolean)


13256
13257
13258
# File 'sig/types.rbs', line 13256

def primary_ipv_6
  @primary_ipv_6
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


13247
13248
13249
# File 'sig/types.rbs', line 13247

def private_ip_address
  @private_ip_address
end

#private_ip_addresses::Array[Types::PrivateIpAddressSpecification]

Returns the value of attribute private_ip_addresses.



13248
13249
13250
# File 'sig/types.rbs', line 13248

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)


13249
13250
13251
# File 'sig/types.rbs', line 13249

def secondary_private_ip_address_count
  @secondary_private_ip_address_count
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


13250
13251
13252
# File 'sig/types.rbs', line 13250

def subnet_id
  @subnet_id
end