Class: Aws::WorkSpaces::Types::DescribeClientBrandingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The directory identifier of the WorkSpace for which you want to view client branding information.

Returns:

  • (String)


1936
1937
1938
1939
1940
# File 'lib/aws-sdk-workspaces/types.rb', line 1936

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