Class: Aws::Types::SessionMappingSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionMappingSummary
- 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.
-
#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.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def creation_time @creation_time end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def identity_id @identity_id end |
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def identity_name @identity_name end |
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def identity_type @identity_type end |
#session_policy_arn ⇒ ::String
Returns the value of attribute session_policy_arn.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def session_policy_arn @session_policy_arn end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def studio_id @studio_id end |