Class: Aws::Types::DescribeWorkspaceImagesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_ids::Array[::String]

Returns the value of attribute image_ids.

Returns:

  • (::Array[::String])


755
756
757
# File 'sig/types.rbs', line 755

def image_ids
  @image_ids
end

#image_type"OWNED", "SHARED"

Returns the value of attribute image_type.

Returns:

  • ("OWNED", "SHARED")


756
757
758
# File 'sig/types.rbs', line 756

def image_type
  @image_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


758
759
760
# File 'sig/types.rbs', line 758

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def next_token
  @next_token
end