Class: Aws::AmplifyUIBuilder::Types::ComponentSummary

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

Overview

Contains a summary of a component. This is a read-only data type that is returned by ListComponents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID of the Amplify app associated with the component.

Returns:

  • (String)


984
985
986
987
988
989
990
991
992
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 984

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

#component_typeString

The component type.

Returns:

  • (String)


984
985
986
987
988
989
990
991
992
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 984

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

#environment_nameString

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

Returns:

  • (String)


984
985
986
987
988
989
990
991
992
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 984

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

#idString

The unique ID of the component.

Returns:

  • (String)


984
985
986
987
988
989
990
991
992
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 984

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

#nameString

The name of the component.

Returns:

  • (String)


984
985
986
987
988
989
990
991
992
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 984

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