Class: Aws::Types::PayerResponsibilityEntry
- Inherits:
-
Object
- Object
- Aws::Types::PayerResponsibilityEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payer_responsibility_type ⇒ "vpc-endpoint-account", "vpc-endpoint-service-account"
Returns the value of attribute payer_responsibility_type.
-
#scope ⇒ "vpc-endpoint-charges"
Returns the value of attribute scope.
Instance Attribute Details
#payer_responsibility_type ⇒ "vpc-endpoint-account", "vpc-endpoint-service-account"
Returns the value of attribute payer_responsibility_type.
15347 15348 15349 |
# File 'sig/types.rbs', line 15347 def payer_responsibility_type @payer_responsibility_type end |
#scope ⇒ "vpc-endpoint-charges"
Returns the value of attribute scope.
15346 15347 15348 |
# File 'sig/types.rbs', line 15346 def scope @scope end |