Class: Aws::Types::SecondaryInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::SecondaryInterfaceAttachment

Returns the value of attribute attachment.



17155
17156
17157
# File 'sig/types.rbs', line 17155

def attachment
  @attachment
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


17153
17154
17155
# File 'sig/types.rbs', line 17153

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


17154
17155
17156
# File 'sig/types.rbs', line 17154

def availability_zone_id
  @availability_zone_id
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


17156
17157
17158
# File 'sig/types.rbs', line 17156

def mac_address
  @mac_address
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17157
17158
17159
# File 'sig/types.rbs', line 17157

def owner_id
  @owner_id
end

#private_ipv_4_addresses::Array[Types::SecondaryInterfaceIpv4Address]

Returns the value of attribute private_ipv_4_addresses.



17158
17159
17160
# File 'sig/types.rbs', line 17158

def private_ipv_4_addresses
  @private_ipv_4_addresses
end

#secondary_interface_arn::String

Returns the value of attribute secondary_interface_arn.

Returns:

  • (::String)


17160
17161
17162
# File 'sig/types.rbs', line 17160

def secondary_interface_arn
  @secondary_interface_arn
end

#secondary_interface_id::String

Returns the value of attribute secondary_interface_id.

Returns:

  • (::String)


17159
17160
17161
# File 'sig/types.rbs', line 17159

def secondary_interface_id
  @secondary_interface_id
end

#secondary_interface_type"secondary"

Returns the value of attribute secondary_interface_type.

Returns:

  • ("secondary")


17161
17162
17163
# File 'sig/types.rbs', line 17161

def secondary_interface_type
  @secondary_interface_type
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


17163
17164
17165
# File 'sig/types.rbs', line 17163

def secondary_network_id
  @secondary_network_id
end

#secondary_network_type"rdma"

Returns the value of attribute secondary_network_type.

Returns:

  • ("rdma")


17164
17165
17166
# File 'sig/types.rbs', line 17164

def secondary_network_type
  @secondary_network_type
end

#secondary_subnet_id::String

Returns the value of attribute secondary_subnet_id.

Returns:

  • (::String)


17162
17163
17164
# File 'sig/types.rbs', line 17162

def secondary_subnet_id
  @secondary_subnet_id
end

#source_dest_checkBoolean

Returns the value of attribute source_dest_check.

Returns:

  • (Boolean)


17165
17166
17167
# File 'sig/types.rbs', line 17165

def source_dest_check
  @source_dest_check
end

#status"available", "in-use"

Returns the value of attribute status.

Returns:

  • ("available", "in-use")


17166
17167
17168
# File 'sig/types.rbs', line 17166

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17167
17168
17169
# File 'sig/types.rbs', line 17167

def tags
  @tags
end