Class: Aws::Types::PermissionSet
- Inherits:
-
Object
- Object
- Aws::Types::PermissionSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def name @name end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def @permission_set_arn end |
#relay_state ⇒ ::String
Returns the value of attribute relay_state.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def relay_state @relay_state end |
#session_duration ⇒ ::String
Returns the value of attribute session_duration.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def session_duration @session_duration end |