Class: Aws::Types::DescribeDimensionKeysRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDimensionKeysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_metrics ⇒ ::Array[::String]
Returns the value of attribute additional_metrics.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#filter ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter.
-
#group_by ⇒ Types::DimensionGroup
Returns the value of attribute group_by.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metric ⇒ ::String
Returns the value of attribute metric.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#partition_by ⇒ Types::DimensionGroup
Returns the value of attribute partition_by.
-
#period_in_seconds ⇒ ::Integer
Returns the value of attribute period_in_seconds.
-
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#additional_metrics ⇒ ::Array[::String]
Returns the value of attribute additional_metrics.
76 77 78 |
# File 'sig/types.rbs', line 76 def additional_metrics @additional_metrics end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
72 73 74 |
# File 'sig/types.rbs', line 72 def end_time @end_time end |
#filter ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter.
78 79 80 |
# File 'sig/types.rbs', line 78 def filter @filter end |
#group_by ⇒ Types::DimensionGroup
Returns the value of attribute group_by.
75 76 77 |
# File 'sig/types.rbs', line 75 def group_by @group_by end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
70 71 72 |
# File 'sig/types.rbs', line 70 def identifier @identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
79 80 81 |
# File 'sig/types.rbs', line 79 def max_results @max_results end |
#metric ⇒ ::String
Returns the value of attribute metric.
73 74 75 |
# File 'sig/types.rbs', line 73 def metric @metric end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
80 81 82 |
# File 'sig/types.rbs', line 80 def next_token @next_token end |
#partition_by ⇒ Types::DimensionGroup
Returns the value of attribute partition_by.
77 78 79 |
# File 'sig/types.rbs', line 77 def partition_by @partition_by end |
#period_in_seconds ⇒ ::Integer
Returns the value of attribute period_in_seconds.
74 75 76 |
# File 'sig/types.rbs', line 74 def period_in_seconds @period_in_seconds end |
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
69 70 71 |
# File 'sig/types.rbs', line 69 def service_type @service_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
71 72 73 |
# File 'sig/types.rbs', line 71 def start_time @start_time end |