Class: Aws::WorkSpacesWeb::Types::AssociateTrustStoreResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


155
156
157
158
159
160
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 155

class AssociateTrustStoreResponse < Struct.new(
  :portal_arn,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

The ARN of the trust store.

Returns:

  • (String)


155
156
157
158
159
160
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 155

class AssociateTrustStoreResponse < Struct.new(
  :portal_arn,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end