Class: Aws::Types::ModifyVpcEndpointServicePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcEndpointServicePermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_allowed_principals ⇒ ::Array[::String]
Returns the value of attribute add_allowed_principals.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#remove_allowed_principals ⇒ ::Array[::String]
Returns the value of attribute remove_allowed_principals.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
Instance Attribute Details
#add_allowed_principals ⇒ ::Array[::String]
Returns the value of attribute add_allowed_principals.
14386 14387 14388 |
# File 'sig/types.rbs', line 14386 def add_allowed_principals @add_allowed_principals end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14384 14385 14386 |
# File 'sig/types.rbs', line 14384 def dry_run @dry_run end |
#remove_allowed_principals ⇒ ::Array[::String]
Returns the value of attribute remove_allowed_principals.
14387 14388 14389 |
# File 'sig/types.rbs', line 14387 def remove_allowed_principals @remove_allowed_principals end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
14385 14386 14387 |
# File 'sig/types.rbs', line 14385 def service_id @service_id end |