Class: Aws::Connect::Types::ListApprovedOriginsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


10493
10494
10495
10496
10497
10498
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10493

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

#originsArray<String>

The approved origins.

Returns:

  • (Array<String>)


10493
10494
10495
10496
10497
10498
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10493

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