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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3859
3860
3861
3862
3863
3864
3865
3866
# File 'lib/aws-sdk-vpclattice/types.rb', line 3859

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

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


3859
3860
3861
3862
3863
3864
3865
3866
# File 'lib/aws-sdk-vpclattice/types.rb', line 3859

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

#target_group_identifierString

The ID or ARN of the target group.

Returns:

  • (String)


3859
3860
3861
3862
3863
3864
3865
3866
# File 'lib/aws-sdk-vpclattice/types.rb', line 3859

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

#targetsArray<Types::Target>

The targets.

Returns:



3859
3860
3861
3862
3863
3864
3865
3866
# File 'lib/aws-sdk-vpclattice/types.rb', line 3859

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