Class: Aws::CloudDirectory::Types::GetFacetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetFacetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the facet to retrieve.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Facet.
Instance Attribute Details
#name ⇒ String
The name of the facet to retrieve.
2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2964 class GetFacetRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2964 class GetFacetRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |