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.
6434 6435 6436 |
# File 'sig/types.rbs', line 6434 def aws_account_id @aws_account_id end |
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
6435 6436 6437 |
# File 'sig/types.rbs', line 6435 def entry_point @entry_point end |
#session_lifetime_in_minutes ⇒ ::Integer
Returns the value of attribute session_lifetime_in_minutes.
6436 6437 6438 |
# File 'sig/types.rbs', line 6436 def session_lifetime_in_minutes @session_lifetime_in_minutes end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
6437 6438 6439 |
# File 'sig/types.rbs', line 6437 def user_arn @user_arn end |