Class: Aws::Types::StartSessionOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def arn @arn end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def id @id end |
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def state @state end |