Class: Aws::CloudFront::Types::GetTrustStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetTrustStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The trust store’s identifier.
Instance Attribute Details
#identifier ⇒ String
The trust store’s identifier.
8089 8090 8091 8092 8093 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8089 class GetTrustStoreRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |