Class: Aws::Types::GetSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#interval ⇒ "THIS_MONTH", ...
Returns the value of attribute interval.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metric_type ⇒ "QUERIES_BY_COUNT", ...
Returns the value of attribute metric_type.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#index_id ⇒ ::String
Returns the value of attribute index_id.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def index_id @index_id end |
#interval ⇒ "THIS_MONTH", ...
Returns the value of attribute interval.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def interval @interval end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def max_results @max_results end |
#metric_type ⇒ "QUERIES_BY_COUNT", ...
Returns the value of attribute metric_type.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def metric_type @metric_type end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def next_token @next_token end |