Class: Aws::Types::CreatePermissionSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePermissionSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#relay_state ⇒ ::String
Returns the value of attribute relay_state.
-
#session_duration ⇒ ::String
Returns the value of attribute session_duration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
238 239 240 |
# File 'sig/types.rbs', line 238 def description @description end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
239 240 241 |
# File 'sig/types.rbs', line 239 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
237 238 239 |
# File 'sig/types.rbs', line 237 def name @name end |
#relay_state ⇒ ::String
Returns the value of attribute relay_state.
241 242 243 |
# File 'sig/types.rbs', line 241 def relay_state @relay_state end |
#session_duration ⇒ ::String
Returns the value of attribute session_duration.
240 241 242 |
# File 'sig/types.rbs', line 240 def session_duration @session_duration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
242 243 244 |
# File 'sig/types.rbs', line 242 def @tags end |