Class: Aws::Types::DescribeWorkspaceImagesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#images::Array[Types::WorkspaceImage]

Returns the value of attribute images.

Returns:



763
764
765
# File 'sig/types.rbs', line 763

def images
  @images
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def next_token
  @next_token
end