Class: Aws::Types::ModifyVpcEndpointServicePayerResponsibilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcEndpointServicePayerResponsibilityRequest
- 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 ⇒ "ServiceOwner"
Returns the value of attribute payer_responsibility.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14372 14373 14374 |
# File 'sig/types.rbs', line 14372 def dry_run @dry_run end |
#payer_responsibility ⇒ "ServiceOwner"
Returns the value of attribute payer_responsibility.
14374 14375 14376 |
# File 'sig/types.rbs', line 14374 def payer_responsibility @payer_responsibility end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
14373 14374 14375 |
# File 'sig/types.rbs', line 14373 def service_id @service_id end |