Class: Aws::WorkSpaces::Types::DescribeClientBrandingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeClientBrandingRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The directory identifier of the WorkSpace for which you want to view client branding information.
Instance Attribute Details
#resource_id ⇒ String
The directory identifier of the WorkSpace for which you want to view client branding information.
1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1872 class DescribeClientBrandingRequest < Struct.new( :resource_id) SENSITIVE = [] include Aws::Structure end |