Class: Aws::Types::TransitGatewayMeteringPolicy
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayMeteringPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute middlebox_attachment_ids.
-
#state ⇒ "available", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transit_gateway_metering_policy_id ⇒ ::String
Returns the value of attribute transit_gateway_metering_policy_id.
-
#update_effective_at ⇒ ::Time
Returns the value of attribute update_effective_at.
Instance Attribute Details
#middlebox_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute middlebox_attachment_ids.
18647 18648 18649 |
# File 'sig/types.rbs', line 18647 def @middlebox_attachment_ids end |
#state ⇒ "available", ...
Returns the value of attribute state.
18648 18649 18650 |
# File 'sig/types.rbs', line 18648 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18650 18651 18652 |
# File 'sig/types.rbs', line 18650 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18646 18647 18648 |
# File 'sig/types.rbs', line 18646 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_metering_policy_id ⇒ ::String
Returns the value of attribute transit_gateway_metering_policy_id.
18645 18646 18647 |
# File 'sig/types.rbs', line 18645 def transit_gateway_metering_policy_id @transit_gateway_metering_policy_id end |
#update_effective_at ⇒ ::Time
Returns the value of attribute update_effective_at.
18649 18650 18651 |
# File 'sig/types.rbs', line 18649 def update_effective_at @update_effective_at end |