Class: Aws::Types::ListResourceSnapshotsResponse

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)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def next_token
  @next_token
end

#resource_snapshot_summaries::Array[Types::ResourceSnapshotSummary]

Returns the value of attribute resource_snapshot_summaries.

Returns:



1010
1011
1012
# File 'sig/types.rbs', line 1010

def resource_snapshot_summaries
  @resource_snapshot_summaries
end