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.
15686 15687 15688 |
# File 'sig/types.rbs', line 15686 def payer_responsibility_type @payer_responsibility_type end |
#scope ⇒ "vpc-endpoint-charges"
Returns the value of attribute scope.
15685 15686 15687 |
# File 'sig/types.rbs', line 15685 def scope @scope end |