Class: Aws::Types::AddProfilePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddProfilePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#profile_version ⇒ ::String
Returns the value of attribute profile_version.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
20 21 22 |
# File 'sig/types.rbs', line 20 def action @action end |
#principal ⇒ ::String
Returns the value of attribute principal.
21 22 23 |
# File 'sig/types.rbs', line 21 def principal @principal end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
18 19 20 |
# File 'sig/types.rbs', line 18 def profile_name @profile_name end |
#profile_version ⇒ ::String
Returns the value of attribute profile_version.
19 20 21 |
# File 'sig/types.rbs', line 19 def profile_version @profile_version end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def revision_id @revision_id end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def statement_id @statement_id end |