Class: Aws::Types::ModifyTransitGatewayMeteringPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTransitGatewayMeteringPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute add_middlebox_attachment_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#remove_middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute remove_middlebox_attachment_ids.
-
#transit_gateway_metering_policy_id ⇒ ::String
Returns the value of attribute transit_gateway_metering_policy_id.
Instance Attribute Details
#add_middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute add_middlebox_attachment_ids.
13963 13964 13965 |
# File 'sig/types.rbs', line 13963 def @add_middlebox_attachment_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13965 13966 13967 |
# File 'sig/types.rbs', line 13965 def dry_run @dry_run end |
#remove_middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute remove_middlebox_attachment_ids.
13964 13965 13966 |
# File 'sig/types.rbs', line 13964 def @remove_middlebox_attachment_ids end |
#transit_gateway_metering_policy_id ⇒ ::String
Returns the value of attribute transit_gateway_metering_policy_id.
13962 13963 13964 |
# File 'sig/types.rbs', line 13962 def transit_gateway_metering_policy_id @transit_gateway_metering_policy_id end |