Class: Aws::VPCLattice::Types::ListTargetsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2404
2405
2406
2407
2408
2409
2410
2411
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2404

class ListTargetsRequest < Struct.new(
  :max_results,
  :next_token,
  :target_group_identifier,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
2411
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2404

class ListTargetsRequest < Struct.new(
  :max_results,
  :next_token,
  :target_group_identifier,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end

#target_group_identifierString

The ID or Amazon Resource Name (ARN) of the target group.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
2411
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2404

class ListTargetsRequest < Struct.new(
  :max_results,
  :next_token,
  :target_group_identifier,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end

#targetsArray<Types::Target>

The targets to list.

Returns:



2404
2405
2406
2407
2408
2409
2410
2411
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2404

class ListTargetsRequest < Struct.new(
  :max_results,
  :next_token,
  :target_group_identifier,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end