Class: Aws::Types::GetSnapshotsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSnapshotsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#snap_shot_time_filter ⇒ Types::TimeRange
Returns the value of attribute snap_shot_time_filter.
-
#snapshots_data ⇒ ::Array[::Array[::String]]
Returns the value of attribute snapshots_data.
-
#snapshots_data_header ⇒ ::Array[::String]
Returns the value of attribute snapshots_data_header.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def next_token @next_token end |
#snap_shot_time_filter ⇒ Types::TimeRange
Returns the value of attribute snap_shot_time_filter.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def snap_shot_time_filter @snap_shot_time_filter end |
#snapshots_data ⇒ ::Array[::Array[::String]]
Returns the value of attribute snapshots_data.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def snapshots_data @snapshots_data end |
#snapshots_data_header ⇒ ::Array[::String]
Returns the value of attribute snapshots_data_header.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def snapshots_data_header @snapshots_data_header end |