Class: Aws::Connect::Types::ListInstanceStorageConfigsResponse

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)


11122
11123
11124
11125
11126
11127
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11122

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

#storage_configsArray<Types::InstanceStorageConfig>

A valid storage type.

Returns:



11122
11123
11124
11125
11126
11127
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11122

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