Class: Aws::Types::UpdatePermissionSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePermissionSetRequest
- 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.
-
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
-
#relay_state ⇒ ::String
Returns the value of attribute relay_state.
-
#session_duration ⇒ ::String
Returns the value of attribute session_duration.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def description @description end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def @permission_set_arn end |
#relay_state ⇒ ::String
Returns the value of attribute relay_state.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def relay_state @relay_state end |
#session_duration ⇒ ::String
Returns the value of attribute session_duration.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def session_duration @session_duration end |