Class: Aws::Types::CreateTransitGatewayMeteringPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayMeteringPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute middlebox_attachment_ids.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3363 3364 3365 |
# File 'sig/types.rbs', line 3363 def dry_run @dry_run end |
#middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute middlebox_attachment_ids.
3361 3362 3363 |
# File 'sig/types.rbs', line 3361 def @middlebox_attachment_ids end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3362 3363 3364 |
# File 'sig/types.rbs', line 3362 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3360 3361 3362 |
# File 'sig/types.rbs', line 3360 def transit_gateway_id @transit_gateway_id end |