Class: Aws::CloudDirectory::Types::GetFacetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetFacetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#facet ⇒ Types::Facet
The Facet structure that is associated with the facet.
Instance Attribute Details
#facet ⇒ Types::Facet
The Facet structure that is associated with the facet.
2977 2978 2979 2980 2981 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2977 class GetFacetResponse < Struct.new( :facet) SENSITIVE = [] include Aws::Structure end |