Class: Aws::GroundStation::Types::ListContactsResponse

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_listArray<Types::ContactData>

List of contacts.

Returns:



1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-groundstation/types.rb', line 1994

class ListContactsResponse < Struct.new(
  :contact_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Next token returned in the response of a previous ‘ListContacts` call. Used to get the next page of results.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-groundstation/types.rb', line 1994

class ListContactsResponse < Struct.new(
  :contact_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end