Class: Aws::Types::ModifyVpcEndpointPayerResponsibilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcEndpointPayerResponsibilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#payer_responsibility ⇒ "vpc-endpoint-account", "vpc-endpoint-service-account"
Returns the value of attribute payer_responsibility.
-
#scope ⇒ "vpc-endpoint-charges"
Returns the value of attribute scope.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14609 14610 14611 |
# File 'sig/types.rbs', line 14609 def dry_run @dry_run end |
#payer_responsibility ⇒ "vpc-endpoint-account", "vpc-endpoint-service-account"
Returns the value of attribute payer_responsibility.
14612 14613 14614 |
# File 'sig/types.rbs', line 14612 def payer_responsibility @payer_responsibility end |
#scope ⇒ "vpc-endpoint-charges"
Returns the value of attribute scope.
14613 14614 14615 |
# File 'sig/types.rbs', line 14613 def scope @scope end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
14610 14611 14612 |
# File 'sig/types.rbs', line 14610 def service_id @service_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
14611 14612 14613 |
# File 'sig/types.rbs', line 14611 def vpc_endpoint_id @vpc_endpoint_id end |