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

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_idString

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

Returns:

  • (String)


1684
1685
1686
1687
1688
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1684

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