Class: Aws::WorkSpaces::Types::ClientPropertiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ClientPropertiesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Information about the Amazon WorkSpaces client.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_properties ⇒ Types::ClientProperties
Information about the Amazon WorkSpaces client.
-
#resource_id ⇒ String
The resource identifier, in the form of a directory ID.
Instance Attribute Details
#client_properties ⇒ Types::ClientProperties
Information about the Amazon WorkSpaces client.
531 532 533 534 535 536 |
# File 'lib/aws-sdk-workspaces/types.rb', line 531 class ClientPropertiesResult < Struct.new( :resource_id, :client_properties) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource identifier, in the form of a directory ID.
531 532 533 534 535 536 |
# File 'lib/aws-sdk-workspaces/types.rb', line 531 class ClientPropertiesResult < Struct.new( :resource_id, :client_properties) SENSITIVE = [] include Aws::Structure end |