Class: Aws::Types::UpdateDashboardsQAConfigurationResponse

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")


12131
12132
12133
# File 'sig/types.rbs', line 12131

def dashboards_qa_status
  @dashboards_qa_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12132
12133
12134
# File 'sig/types.rbs', line 12132

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12133
12134
12135
# File 'sig/types.rbs', line 12133

def status
  @status
end