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.
15008 15009 15010 |
# File 'sig/types.rbs', line 15008 def dry_run @dry_run end |
#payer_responsibility ⇒ "ServiceOwner"
Returns the value of attribute payer_responsibility.
15010 15011 15012 |
# File 'sig/types.rbs', line 15010 def payer_responsibility @payer_responsibility end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
15009 15010 15011 |
# File 'sig/types.rbs', line 15009 def service_id @service_id end |