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.
14948 14949 14950 |
# File 'sig/types.rbs', line 14948 def dry_run @dry_run end |
#payer_responsibility ⇒ "vpc-endpoint-account", "vpc-endpoint-service-account"
Returns the value of attribute payer_responsibility.
14951 14952 14953 |
# File 'sig/types.rbs', line 14951 def payer_responsibility @payer_responsibility end |
#scope ⇒ "vpc-endpoint-charges"
Returns the value of attribute scope.
14952 14953 14954 |
# File 'sig/types.rbs', line 14952 def scope @scope end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
14949 14950 14951 |
# File 'sig/types.rbs', line 14949 def service_id @service_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
14950 14951 14952 |
# File 'sig/types.rbs', line 14950 def vpc_endpoint_id @vpc_endpoint_id end |