Class: Aws::Types::GetInstanceSnapshotsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_snapshots::Array[Types::InstanceSnapshot]

Returns the value of attribute instance_snapshots.

Returns:



1759
1760
1761
# File 'sig/types.rbs', line 1759

def instance_snapshots
  @instance_snapshots
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:



1760
1761
1762
# File 'sig/types.rbs', line 1760

def next_page_token
  @next_page_token
end