Class: Aws::Types::GetSessionEmbedUrlRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6434
6435
6436
# File 'sig/types.rbs', line 6434

def 
  @aws_account_id
end

#entry_point::String

Returns the value of attribute entry_point.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


6437
6438
6439
# File 'sig/types.rbs', line 6437

def user_arn
  @user_arn
end