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.
15022 15023 15024 |
# File 'sig/types.rbs', line 15022 def add_allowed_principals @add_allowed_principals end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15020 15021 15022 |
# File 'sig/types.rbs', line 15020 def dry_run @dry_run end |
#remove_allowed_principals ⇒ ::Array[::String]
Returns the value of attribute remove_allowed_principals.
15023 15024 15025 |
# File 'sig/types.rbs', line 15023 def remove_allowed_principals @remove_allowed_principals end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
15021 15022 15023 |
# File 'sig/types.rbs', line 15021 def service_id @service_id end |