Class: Aws::Types::ModifyVpcEndpointPayerResponsibilityResult
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcEndpointPayerResponsibilityResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payer_responsibilities ⇒ ::Array[Types::PayerResponsibilityEntry]
Returns the value of attribute payer_responsibilities.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#payer_responsibilities ⇒ ::Array[Types::PayerResponsibilityEntry]
Returns the value of attribute payer_responsibilities.
14322 14323 14324 |
# File 'sig/types.rbs', line 14322 def payer_responsibilities @payer_responsibilities end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
14321 14322 14323 |
# File 'sig/types.rbs', line 14321 def vpc_endpoint_id @vpc_endpoint_id end |