Class: Aws::Types::DescribeWorkspaceBundlesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_ids::Array[::String]

Returns the value of attribute bundle_ids.

Returns:

  • (::Array[::String])


707
708
709
# File 'sig/types.rbs', line 707

def bundle_ids
  @bundle_ids
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def next_token
  @next_token
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def owner
  @owner
end