Class: Aws::AmplifyUIBuilder::Types::GetMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetMetadataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#features ⇒ Hash<String,String>
Represents the configuration settings for the features metadata.
Instance Attribute Details
#features ⇒ Hash<String,String>
Represents the configuration settings for the features metadata.
2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2311 class GetMetadataResponse < Struct.new( :features) SENSITIVE = [] include Aws::Structure end |