Class: Aws::Types::DescribeDashboardResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboardTypes::Dashboard

Returns the value of attribute dashboard.

Returns:



4564
4565
4566
# File 'sig/types.rbs', line 4564

def dashboard
  @dashboard
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4566
4567
4568
# File 'sig/types.rbs', line 4566

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4565
4566
4567
# File 'sig/types.rbs', line 4565

def status
  @status
end