Class: Aws::Types::ScheduledInstancesNetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associate_public_ip_addressBoolean

Returns the value of attribute associate_public_ip_address.

Returns:

  • (Boolean)


17418
17419
17420
# File 'sig/types.rbs', line 17418

def associate_public_ip_address
  @associate_public_ip_address
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


17419
17420
17421
# File 'sig/types.rbs', line 17419

def delete_on_termination
  @delete_on_termination
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17420
17421
17422
# File 'sig/types.rbs', line 17420

def description
  @description
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


17421
17422
17423
# File 'sig/types.rbs', line 17421

def device_index
  @device_index
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


17422
17423
17424
# File 'sig/types.rbs', line 17422

def groups
  @groups
end

#ipv_6_address_count::Integer

Returns the value of attribute ipv_6_address_count.

Returns:

  • (::Integer)


17423
17424
17425
# File 'sig/types.rbs', line 17423

def ipv_6_address_count
  @ipv_6_address_count
end

#ipv_6_addresses::Array[Types::ScheduledInstancesIpv6Address]

Returns the value of attribute ipv_6_addresses.



17424
17425
17426
# File 'sig/types.rbs', line 17424

def ipv_6_addresses
  @ipv_6_addresses
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


17425
17426
17427
# File 'sig/types.rbs', line 17425

def network_interface_id
  @network_interface_id
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


17426
17427
17428
# File 'sig/types.rbs', line 17426

def private_ip_address
  @private_ip_address
end

#private_ip_address_configs::Array[Types::ScheduledInstancesPrivateIpAddressConfig]

Returns the value of attribute private_ip_address_configs.



17427
17428
17429
# File 'sig/types.rbs', line 17427

def private_ip_address_configs
  @private_ip_address_configs
end

#secondary_private_ip_address_count::Integer

Returns the value of attribute secondary_private_ip_address_count.

Returns:

  • (::Integer)


17428
17429
17430
# File 'sig/types.rbs', line 17428

def secondary_private_ip_address_count
  @secondary_private_ip_address_count
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


17429
17430
17431
# File 'sig/types.rbs', line 17429

def subnet_id
  @subnet_id
end