Class: Aws::Types::TransitGatewayMeteringPolicyEntry
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayMeteringPolicyEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metered_account ⇒ "source-attachment-owner", ...
Returns the value of attribute metered_account.
-
#metering_policy_rule ⇒ Types::TransitGatewayMeteringPolicyRule
Returns the value of attribute metering_policy_rule.
-
#policy_rule_number ⇒ ::String
Returns the value of attribute policy_rule_number.
-
#state ⇒ "available", "deleted"
Returns the value of attribute state.
-
#update_effective_at ⇒ ::Time
Returns the value of attribute update_effective_at.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#metered_account ⇒ "source-attachment-owner", ...
Returns the value of attribute metered_account.
17985 17986 17987 |
# File 'sig/types.rbs', line 17985 def metered_account @metered_account end |
#metering_policy_rule ⇒ Types::TransitGatewayMeteringPolicyRule
Returns the value of attribute metering_policy_rule.
17989 17990 17991 |
# File 'sig/types.rbs', line 17989 def metering_policy_rule @metering_policy_rule end |
#policy_rule_number ⇒ ::String
Returns the value of attribute policy_rule_number.
17984 17985 17986 |
# File 'sig/types.rbs', line 17984 def policy_rule_number @policy_rule_number end |
#state ⇒ "available", "deleted"
Returns the value of attribute state.
17986 17987 17988 |
# File 'sig/types.rbs', line 17986 def state @state end |
#update_effective_at ⇒ ::Time
Returns the value of attribute update_effective_at.
17988 17989 17990 |
# File 'sig/types.rbs', line 17988 def update_effective_at @update_effective_at end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
17987 17988 17989 |
# File 'sig/types.rbs', line 17987 def updated_at @updated_at end |