Class: Aws::Types::GetDashboardEmbedUrlResponse

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)


6375
6376
6377
# File 'sig/types.rbs', line 6375

def embed_url
  @embed_url
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


6377
6378
6379
# File 'sig/types.rbs', line 6377

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


6376
6377
6378
# File 'sig/types.rbs', line 6376

def status
  @status
end