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.
14599 14600 14601 |
# File 'sig/types.rbs', line 14599 def @add_middlebox_attachment_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14601 14602 14603 |
# File 'sig/types.rbs', line 14601 def dry_run @dry_run end |
#remove_middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute remove_middlebox_attachment_ids.
14600 14601 14602 |
# File 'sig/types.rbs', line 14600 def @remove_middlebox_attachment_ids end |
#transit_gateway_metering_policy_id ⇒ ::String
Returns the value of attribute transit_gateway_metering_policy_id.
14598 14599 14600 |
# File 'sig/types.rbs', line 14598 def transit_gateway_metering_policy_id @transit_gateway_metering_policy_id end |