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)


17079
17080
17081
# File 'sig/types.rbs', line 17079

def associate_public_ip_address
  @associate_public_ip_address
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


17080
17081
17082
# File 'sig/types.rbs', line 17080

def delete_on_termination
  @delete_on_termination
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17081
17082
17083
# File 'sig/types.rbs', line 17081

def description
  @description
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


17082
17083
17084
# File 'sig/types.rbs', line 17082

def device_index
  @device_index
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


17083
17084
17085
# File 'sig/types.rbs', line 17083

def groups
  @groups
end

#ipv_6_address_count::Integer

Returns the value of attribute ipv_6_address_count.

Returns:

  • (::Integer)


17084
17085
17086
# File 'sig/types.rbs', line 17084

def ipv_6_address_count
  @ipv_6_address_count
end

#ipv_6_addresses::Array[Types::ScheduledInstancesIpv6Address]

Returns the value of attribute ipv_6_addresses.



17085
17086
17087
# File 'sig/types.rbs', line 17085

def ipv_6_addresses
  @ipv_6_addresses
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


17086
17087
17088
# File 'sig/types.rbs', line 17086

def network_interface_id
  @network_interface_id
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


17087
17088
17089
# File 'sig/types.rbs', line 17087

def private_ip_address
  @private_ip_address
end

#private_ip_address_configs::Array[Types::ScheduledInstancesPrivateIpAddressConfig]

Returns the value of attribute private_ip_address_configs.



17088
17089
17090
# File 'sig/types.rbs', line 17088

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)


17089
17090
17091
# File 'sig/types.rbs', line 17089

def secondary_private_ip_address_count
  @secondary_private_ip_address_count
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


17090
17091
17092
# File 'sig/types.rbs', line 17090

def subnet_id
  @subnet_id
end