Class: Aws::Connect::Types::ListViewVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListViewVersionsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#view_version_summary_list ⇒ Array<Types::ViewVersionSummary>
A list of view version summaries.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
16357 16358 16359 16360 16361 16362 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16357 class ListViewVersionsResponse < Struct.new( :view_version_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#view_version_summary_list ⇒ Array<Types::ViewVersionSummary>
A list of view version summaries.
16357 16358 16359 16360 16361 16362 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16357 class ListViewVersionsResponse < Struct.new( :view_version_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |