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.
3087 3088 3089 |
# File 'sig/types.rbs', line 3087 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def dry_run @dry_run end |
#ipv_4_cidr_block ⇒ ::String
Returns the value of attribute ipv_4_cidr_block.
3089 3090 3091 |
# File 'sig/types.rbs', line 3089 def ipv_4_cidr_block @ipv_4_cidr_block end |
#network_type ⇒ "rdma"
Returns the value of attribute network_type.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def network_type @network_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def tag_specifications @tag_specifications end |