Class: Aws::AmplifyUIBuilder::Types::CreateComponentRequest

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

#app_idString

The unique ID of the Amplify app to associate with the component.

Returns:

  • (String)


1115
1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1115

class CreateComponentRequest < Struct.new(
  :app_id,
  :environment_name,
  :client_token,
  :component_to_create)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The unique client token.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1115
1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1115

class CreateComponentRequest < Struct.new(
  :app_id,
  :environment_name,
  :client_token,
  :component_to_create)
  SENSITIVE = []
  include Aws::Structure
end

#component_to_createTypes::CreateComponentData

Represents the configuration of the component to create.



1115
1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1115

class CreateComponentRequest < Struct.new(
  :app_id,
  :environment_name,
  :client_token,
  :component_to_create)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of the backend environment that is a part of the Amplify app.

Returns:

  • (String)


1115
1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1115

class CreateComponentRequest < Struct.new(
  :app_id,
  :environment_name,
  :client_token,
  :component_to_create)
  SENSITIVE = []
  include Aws::Structure
end