Class: Aws::Types::CreatePerformanceAnalysisReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePerformanceAnalysisReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
37 38 39 |
# File 'sig/types.rbs', line 37 def end_time @end_time end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
35 36 37 |
# File 'sig/types.rbs', line 35 def identifier @identifier end |
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
34 35 36 |
# File 'sig/types.rbs', line 34 def service_type @service_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
36 37 38 |
# File 'sig/types.rbs', line 36 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
38 39 40 |
# File 'sig/types.rbs', line 38 def @tags end |