Class: Aws::Types::SecondaryNetwork
- Inherits:
-
Object
- Object
- Aws::Types::SecondaryNetwork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_4_cidr_block_associations ⇒ ::Array[Types::SecondaryNetworkIpv4CidrBlockAssociation]
Returns the value of attribute ipv_4_cidr_block_associations.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#secondary_network_arn ⇒ ::String
Returns the value of attribute secondary_network_arn.
-
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "rdma"
Returns the value of attribute type.
Instance Attribute Details
#ipv_4_cidr_block_associations ⇒ ::Array[Types::SecondaryNetworkIpv4CidrBlockAssociation]
Returns the value of attribute ipv_4_cidr_block_associations.
17544 17545 17546 |
# File 'sig/types.rbs', line 17544 def ipv_4_cidr_block_associations @ipv_4_cidr_block_associations end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17540 17541 17542 |
# File 'sig/types.rbs', line 17540 def owner_id @owner_id end |
#secondary_network_arn ⇒ ::String
Returns the value of attribute secondary_network_arn.
17539 17540 17541 |
# File 'sig/types.rbs', line 17539 def secondary_network_arn @secondary_network_arn end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
17538 17539 17540 |
# File 'sig/types.rbs', line 17538 def secondary_network_id @secondary_network_id end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
17542 17543 17544 |
# File 'sig/types.rbs', line 17542 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
17543 17544 17545 |
# File 'sig/types.rbs', line 17543 def state_reason @state_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17545 17546 17547 |
# File 'sig/types.rbs', line 17545 def @tags end |
#type ⇒ "rdma"
Returns the value of attribute type.
17541 17542 17543 |
# File 'sig/types.rbs', line 17541 def type @type end |