Class: Aws::Types::CreateEgressOnlyInternetGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEgressOnlyInternetGatewayRequest
- 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.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def vpc_id @vpc_id end |