Class: Aws::Types::CreateSecondaryNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecondaryNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipv_4_cidr_block ⇒ ::String
Returns the value of attribute ipv_4_cidr_block.
-
#network_type ⇒ "rdma"
Returns the value of attribute network_type.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def dry_run @dry_run end |
#ipv_4_cidr_block ⇒ ::String
Returns the value of attribute ipv_4_cidr_block.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def ipv_4_cidr_block @ipv_4_cidr_block end |
#network_type ⇒ "rdma"
Returns the value of attribute network_type.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def network_type @network_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3203 3204 3205 |
# File 'sig/types.rbs', line 3203 def tag_specifications @tag_specifications end |