Class: Aws::WorkSpacesWeb::Types::AssociateTrustStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateTrustStoreResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_arn ⇒ String
The ARN of the web portal.
-
#trust_store_arn ⇒ String
The ARN of the trust store.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the web portal.
189 190 191 192 193 194 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 189 class AssociateTrustStoreResponse < Struct.new( :portal_arn, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The ARN of the trust store.
189 190 191 192 193 194 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 189 class AssociateTrustStoreResponse < Struct.new( :portal_arn, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |