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.
14312 14313 14314 |
# File 'sig/types.rbs', line 14312 def dry_run @dry_run end |
#payer_responsibility ⇒ "vpc-endpoint-account", "vpc-endpoint-service-account"
Returns the value of attribute payer_responsibility.
14315 14316 14317 |
# File 'sig/types.rbs', line 14315 def payer_responsibility @payer_responsibility end |
#scope ⇒ "vpc-endpoint-charges"
Returns the value of attribute scope.
14316 14317 14318 |
# File 'sig/types.rbs', line 14316 def scope @scope end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
14313 14314 14315 |
# File 'sig/types.rbs', line 14313 def service_id @service_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
14314 14315 14316 |
# File 'sig/types.rbs', line 14314 def vpc_endpoint_id @vpc_endpoint_id end |