Class: Aws::Types::SecondarySubnet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


17225
17226
17227
# File 'sig/types.rbs', line 17225

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


17224
17225
17226
# File 'sig/types.rbs', line 17224

def availability_zone_id
  @availability_zone_id
end

#ipv_4_cidr_block_associations::Array[Types::SecondarySubnetIpv4CidrBlockAssociation]

Returns the value of attribute ipv_4_cidr_block_associations.



17226
17227
17228
# File 'sig/types.rbs', line 17226

def ipv_4_cidr_block_associations
  @ipv_4_cidr_block_associations
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17223
17224
17225
# File 'sig/types.rbs', line 17223

def owner_id
  @owner_id
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


17221
17222
17223
# File 'sig/types.rbs', line 17221

def secondary_network_id
  @secondary_network_id
end

#secondary_network_type"rdma"

Returns the value of attribute secondary_network_type.

Returns:

  • ("rdma")


17222
17223
17224
# File 'sig/types.rbs', line 17222

def secondary_network_type
  @secondary_network_type
end

#secondary_subnet_arn::String

Returns the value of attribute secondary_subnet_arn.

Returns:

  • (::String)


17220
17221
17222
# File 'sig/types.rbs', line 17220

def secondary_subnet_arn
  @secondary_subnet_arn
end

#secondary_subnet_id::String

Returns the value of attribute secondary_subnet_id.

Returns:

  • (::String)


17219
17220
17221
# File 'sig/types.rbs', line 17219

def secondary_subnet_id
  @secondary_subnet_id
end

#state"create-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "delete-in-progress", "delete-complete", "delete-failed")


17227
17228
17229
# File 'sig/types.rbs', line 17227

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


17228
17229
17230
# File 'sig/types.rbs', line 17228

def state_reason
  @state_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17229
17230
17231
# File 'sig/types.rbs', line 17229

def tags
  @tags
end