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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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:



1983
1984
1985
1986
1987
1988
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1983

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)


1983
1984
1985
1986
1987
1988
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1983

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