Class: Aws::Types::Permission
- Inherits:
-
Object
- Object
- Aws::Types::Permission
- 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_version ⇒ ::String
Returns the value of attribute profile_version.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
236 237 238 |
# File 'sig/types.rbs', line 236 def action @action end |
#principal ⇒ ::String
Returns the value of attribute principal.
237 238 239 |
# File 'sig/types.rbs', line 237 def principal @principal end |
#profile_version ⇒ ::String
Returns the value of attribute profile_version.
239 240 241 |
# File 'sig/types.rbs', line 239 def profile_version @profile_version end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
238 239 240 |
# File 'sig/types.rbs', line 238 def statement_id @statement_id end |