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.
3475 3476 3477 |
# File 'sig/types.rbs', line 3475 def dry_run @dry_run end |
#middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute middlebox_attachment_ids.
3473 3474 3475 |
# File 'sig/types.rbs', line 3473 def @middlebox_attachment_ids end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3472 3473 3474 |
# File 'sig/types.rbs', line 3472 def transit_gateway_id @transit_gateway_id end |