Class: Aws::Types::GetPerformanceAnalysisReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPerformanceAnalysisReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ "EN_US"
Returns the value of attribute accept_language.
-
#analysis_report_id ⇒ ::String
Returns the value of attribute analysis_report_id.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
-
#text_format ⇒ "PLAIN_TEXT", "MARKDOWN"
Returns the value of attribute text_format.
Instance Attribute Details
#accept_language ⇒ "EN_US"
Returns the value of attribute accept_language.
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.
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.
147 148 149 |
# File 'sig/types.rbs', line 147 def identifier @identifier end |
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
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.
149 150 151 |
# File 'sig/types.rbs', line 149 def text_format @text_format end |