Class: Aws::OAM::Types::ListAttachedLinksInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Limits the number of returned links to the specified number.

Returns:

  • (Integer)


454
455
456
457
458
459
460
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 454

class ListAttachedLinksInput < Struct.new(
  :max_results,
  :next_token,
  :sink_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. You received this token from a previous call.

Returns:

  • (String)


454
455
456
457
458
459
460
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 454

class ListAttachedLinksInput < Struct.new(
  :max_results,
  :next_token,
  :sink_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#sink_identifierString

The ARN of the sink that you want to retrieve links for.

Returns:

  • (String)


454
455
456
457
458
459
460
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 454

class ListAttachedLinksInput < Struct.new(
  :max_results,
  :next_token,
  :sink_identifier)
  SENSITIVE = []
  include Aws::Structure
end