Class: Aws::Types::LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


12981
12982
12983
# File 'sig/types.rbs', line 12981

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


12982
12983
12984
# File 'sig/types.rbs', line 12982

def device_index
  @device_index
end

#interface_type"secondary"

Returns the value of attribute interface_type.

Returns:

  • ("secondary")


12986
12987
12988
# File 'sig/types.rbs', line 12986

def interface_type
  @interface_type
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


12987
12988
12989
# File 'sig/types.rbs', line 12987

def network_card_index
  @network_card_index
end

#private_ip_address_count::Integer

Returns the value of attribute private_ip_address_count.

Returns:

  • (::Integer)


12984
12985
12986
# File 'sig/types.rbs', line 12984

def private_ip_address_count
  @private_ip_address_count
end

#private_ip_addresses::Array[Types::SecondaryInterfacePrivateIpAddressSpecificationRequest]

Returns the value of attribute private_ip_addresses.



12983
12984
12985
# File 'sig/types.rbs', line 12983

def private_ip_addresses
  @private_ip_addresses
end

#secondary_subnet_id::String

Returns the value of attribute secondary_subnet_id.

Returns:

  • (::String)


12985
12986
12987
# File 'sig/types.rbs', line 12985

def secondary_subnet_id
  @secondary_subnet_id
end