Class: Aws::AmplifyUIBuilder::Types::GetMetadataResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#featuresHash<String,String>

Represents the configuration settings for the features metadata.

Returns:

  • (Hash<String,String>)


2311
2312
2313
2314
2315
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2311

class GetMetadataResponse < Struct.new(
  :features)
  SENSITIVE = []
  include Aws::Structure
end