Class: Aws::Types::GetDiskSnapshotsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disk_snapshots::Array[Types::DiskSnapshot]

Returns the value of attribute disk_snapshots.

Returns:



1599
1600
1601
# File 'sig/types.rbs', line 1599

def disk_snapshots
  @disk_snapshots
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def next_page_token
  @next_page_token
end