Class: Aws::WorkSpaces::Types::DescribeClientPropertiesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idsArray<String>

The resource identifier, in the form of directory IDs.

Returns:

  • (Array<String>)


1733
1734
1735
1736
1737
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1733

class DescribeClientPropertiesRequest < Struct.new(
  :resource_ids)
  SENSITIVE = []
  include Aws::Structure
end