Class: Aws::Types::DescribeDashboardsQAConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboards_qa_status"ENABLED", "DISABLED"

Returns the value of attribute dashboards_qa_status.

Returns:

  • ("ENABLED", "DISABLED")


4617
4618
4619
# File 'sig/types.rbs', line 4617

def dashboards_qa_status
  @dashboards_qa_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4618
4619
4620
# File 'sig/types.rbs', line 4618

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4619
4620
4621
# File 'sig/types.rbs', line 4619

def status
  @status
end