Class: Aws::WorkSpaces::Types::ClientPropertiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ClientPropertiesResult
- Defined in:
- gems/aws-sdk-workspaces/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.
202 203 204 205 206 207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 202 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.
202 203 204 205 206 207 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 202 class ClientPropertiesResult < Struct.new( :resource_id, :client_properties) SENSITIVE = [] include Aws::Structure end |