Class: Aws::Types::RemoveResourcePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveResourcePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_type ⇒ "USER", ...
Returns the value of attribute principal_type.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
681 682 683 |
# File 'sig/types.rbs', line 681 def authentication_token @authentication_token end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
683 684 685 |
# File 'sig/types.rbs', line 683 def principal_id @principal_id end |
#principal_type ⇒ "USER", ...
Returns the value of attribute principal_type.
684 685 686 |
# File 'sig/types.rbs', line 684 def principal_type @principal_type end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
682 683 684 |
# File 'sig/types.rbs', line 682 def resource_id @resource_id end |