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.
16908 16909 16910 |
# File 'sig/types.rbs', line 16908 def ipv_4_cidr_block_associations @ipv_4_cidr_block_associations end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
16904 16905 16906 |
# File 'sig/types.rbs', line 16904 def owner_id @owner_id end |
#secondary_network_arn ⇒ ::String
Returns the value of attribute secondary_network_arn.
16903 16904 16905 |
# File 'sig/types.rbs', line 16903 def secondary_network_arn @secondary_network_arn end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
16902 16903 16904 |
# File 'sig/types.rbs', line 16902 def secondary_network_id @secondary_network_id end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
16906 16907 16908 |
# File 'sig/types.rbs', line 16906 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
16907 16908 16909 |
# File 'sig/types.rbs', line 16907 def state_reason @state_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16909 16910 16911 |
# File 'sig/types.rbs', line 16909 def @tags end |
#type ⇒ "rdma"
Returns the value of attribute type.
16905 16906 16907 |
# File 'sig/types.rbs', line 16905 def type @type end |