Class: Aws::ECS::Types::ListAttributesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute to filter the results with.

Returns:

  • (String)


5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
# File 'lib/aws-sdk-ecs/types.rb', line 5822

class ListAttributesRequest < Struct.new(
  :cluster,
  :target_type,
  :attribute_name,
  :attribute_value,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_valueString

The value of the attribute to filter results with. You must also specify an attribute name to use this parameter.

Returns:

  • (String)


5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
# File 'lib/aws-sdk-ecs/types.rb', line 5822

class ListAttributesRequest < Struct.new(
  :cluster,
  :target_type,
  :attribute_name,
  :attribute_value,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#clusterString

The short name or full Amazon Resource Name (ARN) of the cluster to list attributes. If you do not specify a cluster, the default cluster is assumed.

Returns:

  • (String)


5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
# File 'lib/aws-sdk-ecs/types.rb', line 5822

class ListAttributesRequest < Struct.new(
  :cluster,
  :target_type,
  :attribute_name,
  :attribute_value,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of cluster results that ‘ListAttributes` returned in paginated output. When this parameter is used, `ListAttributes` only returns `maxResults` results in a single page along with a `nextToken` response element. The remaining results of the initial request can be seen by sending another `ListAttributes` request with the returned `nextToken` value. This value can be between 1 and 100. If this parameter isn’t used, then ‘ListAttributes` returns up to 100 results and a `nextToken` value if applicable.

Returns:

  • (Integer)


5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
# File 'lib/aws-sdk-ecs/types.rb', line 5822

class ListAttributesRequest < Struct.new(
  :cluster,
  :target_type,
  :attribute_name,
  :attribute_value,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The ‘nextToken` value returned from a `ListAttributes` request indicating that more results are available to fulfill the request and further calls are needed. If `maxResults` was provided, it’s possible the number of results to be fewer than ‘maxResults`.

<note markdown=“1”> This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

</note>

Returns:

  • (String)


5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
# File 'lib/aws-sdk-ecs/types.rb', line 5822

class ListAttributesRequest < Struct.new(
  :cluster,
  :target_type,
  :attribute_name,
  :attribute_value,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

The type of the target to list attributes with.

Returns:

  • (String)


5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
# File 'lib/aws-sdk-ecs/types.rb', line 5822

class ListAttributesRequest < Struct.new(
  :cluster,
  :target_type,
  :attribute_name,
  :attribute_value,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end