Class: Aws::Types::DeletePerformanceAnalysisReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePerformanceAnalysisReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#analysis_report_id ⇒ ::String
Returns the value of attribute analysis_report_id.
61 62 63 |
# File 'sig/types.rbs', line 61 def analysis_report_id @analysis_report_id end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
60 61 62 |
# File 'sig/types.rbs', line 60 def identifier @identifier end |
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
59 60 61 |
# File 'sig/types.rbs', line 59 def service_type @service_type end |