Class: Aws::Types::SessionMappingDetail
- Inherits:
-
Object
- Object
- Aws::Types::SessionMappingDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
-
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#session_policy_arn ⇒ ::String
Returns the value of attribute session_policy_arn.
-
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def creation_time @creation_time end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def identity_id @identity_id end |
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def identity_name @identity_name end |
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def identity_type @identity_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def last_modified_time @last_modified_time end |
#session_policy_arn ⇒ ::String
Returns the value of attribute session_policy_arn.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def session_policy_arn @session_policy_arn end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def studio_id @studio_id end |