Class: Aws::GroundStation::Types::ListContactVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListContactVersionsResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_versions_list ⇒ Array<Types::ContactVersion>
List of contact versions.
-
#next_token ⇒ String
Next token to be used in a subsequent
ListContactVersionscall to retrieve the next page of results.
Instance Attribute Details
#contact_versions_list ⇒ Array<Types::ContactVersion>
List of contact versions.
2962 2963 2964 2965 2966 2967 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2962 class ListContactVersionsResponse < Struct.new( :next_token, :contact_versions_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token to be used in a subsequent ListContactVersions call to
retrieve the next page of results.
2962 2963 2964 2965 2966 2967 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2962 class ListContactVersionsResponse < Struct.new( :next_token, :contact_versions_list) SENSITIVE = [] include Aws::Structure end |