Class: Aws::Types::TransitGatewayMeteringPolicyEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metered_account"source-attachment-owner", ...

Returns the value of attribute metered_account.

Returns:

  • ("source-attachment-owner", "destination-attachment-owner", "transit-gateway-owner")


18296
18297
18298
# File 'sig/types.rbs', line 18296

def 
  @metered_account
end

#metering_policy_ruleTypes::TransitGatewayMeteringPolicyRule

Returns the value of attribute metering_policy_rule.



18300
18301
18302
# File 'sig/types.rbs', line 18300

def metering_policy_rule
  @metering_policy_rule
end

#policy_rule_number::String

Returns the value of attribute policy_rule_number.

Returns:

  • (::String)


18295
18296
18297
# File 'sig/types.rbs', line 18295

def policy_rule_number
  @policy_rule_number
end

#state"available", "deleted"

Returns the value of attribute state.

Returns:

  • ("available", "deleted")


18297
18298
18299
# File 'sig/types.rbs', line 18297

def state
  @state
end

#update_effective_at::Time

Returns the value of attribute update_effective_at.

Returns:

  • (::Time)


18299
18300
18301
# File 'sig/types.rbs', line 18299

def update_effective_at
  @update_effective_at
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


18298
18299
18300
# File 'sig/types.rbs', line 18298

def updated_at
  @updated_at
end