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.
14260 14261 14262 |
# File 'sig/types.rbs', line 14260 def @add_middlebox_attachment_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14262 14263 14264 |
# File 'sig/types.rbs', line 14262 def dry_run @dry_run end |
#remove_middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute remove_middlebox_attachment_ids.
14261 14262 14263 |
# File 'sig/types.rbs', line 14261 def @remove_middlebox_attachment_ids end |
#transit_gateway_metering_policy_id ⇒ ::String
Returns the value of attribute transit_gateway_metering_policy_id.
14259 14260 14261 |
# File 'sig/types.rbs', line 14259 def transit_gateway_metering_policy_id @transit_gateway_metering_policy_id end |