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