Class: Aws::Connect::Types::ListApprovedOriginsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListApprovedOriginsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#origins ⇒ Array<String>
The approved origins.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
14037 14038 14039 14040 14041 14042 |
# File 'lib/aws-sdk-connect/types.rb', line 14037 class ListApprovedOriginsResponse < Struct.new( :origins, :next_token) SENSITIVE = [] include Aws::Structure end |
#origins ⇒ Array<String>
The approved origins.
14037 14038 14039 14040 14041 14042 |
# File 'lib/aws-sdk-connect/types.rb', line 14037 class ListApprovedOriginsResponse < Struct.new( :origins, :next_token) SENSITIVE = [] include Aws::Structure end |