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.
14958 14959 14960 |
# File 'sig/types.rbs', line 14958 def payer_responsibilities @payer_responsibilities end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
14957 14958 14959 |
# File 'sig/types.rbs', line 14957 def vpc_endpoint_id @vpc_endpoint_id end |