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:



4774
4775
4776
# File 'sig/types.rbs', line 4774

def dashboard
  @dashboard
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4776
4777
4778
# File 'sig/types.rbs', line 4776

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4775
4776
4777
# File 'sig/types.rbs', line 4775

def status
  @status
end