Class: Aws::Types::GetPerformanceAnalysisReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language"EN_US"

Returns the value of attribute accept_language.

Returns:

  • ("EN_US")


150
151
152
# File 'sig/types.rbs', line 150

def accept_language
  @accept_language
end

#analysis_report_id::String

Returns the value of attribute analysis_report_id.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def analysis_report_id
  @analysis_report_id
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def identifier
  @identifier
end

#service_type"RDS", "DOCDB"

Returns the value of attribute service_type.

Returns:

  • ("RDS", "DOCDB")


146
147
148
# File 'sig/types.rbs', line 146

def service_type
  @service_type
end

#text_format"PLAIN_TEXT", "MARKDOWN"

Returns the value of attribute text_format.

Returns:

  • ("PLAIN_TEXT", "MARKDOWN")


149
150
151
# File 'sig/types.rbs', line 149

def text_format
  @text_format
end