Class: Aws::AmplifyUIBuilder::Types::GetComponentRequest

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.

Returns:

  • (String)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2234

class GetComponentRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

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

Returns:

  • (String)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2234

class GetComponentRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the component.

Returns:

  • (String)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2234

class GetComponentRequest < Struct.new(
  :app_id,
  :environment_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end