Class: Aws::Types::RemoveProfilePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveProfilePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
262 263 264 |
# File 'sig/types.rbs', line 262 def profile_name @profile_name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def revision_id @revision_id end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def statement_id @statement_id end |