Class: Aws::GroundStation::Types::ListContactVersionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id ⇒ String

UUID of a contact.

Returns:

  • (String)


2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-groundstation/types.rb', line 2943

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

#max_results ⇒ Integer

Maximum number of contact versions returned.

Returns:

  • (Integer)


2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-groundstation/types.rb', line 2943

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

#next_token ⇒ String

Next token returned in the request of a previous ListContactVersions call. Used to get the next page of results.

Returns:

  • (String)


2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-groundstation/types.rb', line 2943

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