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.
3525 3526 3527 |
# File 'sig/types.rbs', line 3525 def dry_run @dry_run end |
#middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute middlebox_attachment_ids.
3523 3524 3525 |
# File 'sig/types.rbs', line 3523 def @middlebox_attachment_ids end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3524 3525 3526 |
# File 'sig/types.rbs', line 3524 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3522 3523 3524 |
# File 'sig/types.rbs', line 3522 def transit_gateway_id @transit_gateway_id end |