Class: Aws::Types::GenerateEmbedUrlForAnonymousUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:embed_url])

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_user_arn::String

Returns the value of attribute anonymous_user_arn.

Returns:

  • (::String)


6016
6017
6018
# File 'sig/types.rbs', line 6016

def anonymous_user_arn
  @anonymous_user_arn
end

#embed_url::String

Returns the value of attribute embed_url.

Returns:

  • (::String)


6013
6014
6015
# File 'sig/types.rbs', line 6013

def embed_url
  @embed_url
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


6015
6016
6017
# File 'sig/types.rbs', line 6015

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


6014
6015
6016
# File 'sig/types.rbs', line 6014

def status
  @status
end