Class: Aws::Types::GetSessionEmbedUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionEmbedUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
-
#session_lifetime_in_minutes ⇒ ::Integer
Returns the value of attribute session_lifetime_in_minutes.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
6700 6701 6702 |
# File 'sig/types.rbs', line 6700 def aws_account_id @aws_account_id end |
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
6701 6702 6703 |
# File 'sig/types.rbs', line 6701 def entry_point @entry_point end |
#session_lifetime_in_minutes ⇒ ::Integer
Returns the value of attribute session_lifetime_in_minutes.
6702 6703 6704 |
# File 'sig/types.rbs', line 6702 def session_lifetime_in_minutes @session_lifetime_in_minutes end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
6703 6704 6705 |
# File 'sig/types.rbs', line 6703 def user_arn @user_arn end |