Class: Aws::AmplifyUIBuilder::Types::ListComponentsRequest

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 for the Amplify app.

Returns:

  • (String)


2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2481

class ListComponentsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

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

Returns:

  • (String)


2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2481

class ListComponentsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of components to retrieve.

Returns:

  • (Integer)


2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2481

class ListComponentsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)


2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2481

class ListComponentsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end