Class: Aws::Types::DescribeWorkspaceDirectoriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_ids::Array[::String]

Returns the value of attribute directory_ids.

Returns:

  • (::Array[::String])


726
727
728
# File 'sig/types.rbs', line 726

def directory_ids
  @directory_ids
end

#filters::Array[Types::DescribeWorkspaceDirectoriesFilter]

Returns the value of attribute filters.



730
731
732
# File 'sig/types.rbs', line 730

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


728
729
730
# File 'sig/types.rbs', line 728

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def next_token
  @next_token
end

#workspace_directory_names::Array[::String]

Returns the value of attribute workspace_directory_names.

Returns:

  • (::Array[::String])


727
728
729
# File 'sig/types.rbs', line 727

def workspace_directory_names
  @workspace_directory_names
end