Class: Aws::Types::CreateCarrierGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCarrierGatewayRequest
- 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.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def vpc_id @vpc_id end |