Class: Aws::Types::GetSnapshotsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def next_token
  @next_token
end

#snap_shot_time_filterTypes::TimeRange

Returns the value of attribute snap_shot_time_filter.

Returns:



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.

Returns:

  • (::Array[::Array[::String]])


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.

Returns:

  • (::Array[::String])


1159
1160
1161
# File 'sig/types.rbs', line 1159

def snapshots_data_header
  @snapshots_data_header
end