Class: Aws::GroundStation::Types::ListContactsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListContactsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_list ⇒ Array<Types::ContactData>
List of contacts.
-
#next_token ⇒ String
Next token returned in the response of a previous ‘ListContacts` call.
Instance Attribute Details
#contact_list ⇒ Array<Types::ContactData>
List of contacts.
2564 2565 2566 2567 2568 2569 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2564 class ListContactsResponse < Struct.new( :next_token, :contact_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned in the response of a previous ‘ListContacts` call. Used to get the next page of results.
2564 2565 2566 2567 2568 2569 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2564 class ListContactsResponse < Struct.new( :next_token, :contact_list) SENSITIVE = [] include Aws::Structure end |