Class: Aws::Types::GetSessionEmbedUrlResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:embed_url])

Instance Attribute Summary collapse

Instance Attribute Details

#embed_url::String

Returns the value of attribute embed_url.

Returns:

  • (::String)


6442
6443
6444
# File 'sig/types.rbs', line 6442

def embed_url
  @embed_url
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


6444
6445
6446
# File 'sig/types.rbs', line 6444

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


6443
6444
6445
# File 'sig/types.rbs', line 6443

def status
  @status
end