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.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def name @name end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def @permission_set_arn end |
#relay_state ⇒ ::String
Returns the value of attribute relay_state.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def relay_state @relay_state end |
#session_duration ⇒ ::String
Returns the value of attribute session_duration.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def session_duration @session_duration end |