class Aws::Connect::Types::ListInstanceStorageConfigsRequest

@note When making an API call, you may pass ListInstanceStorageConfigsRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] resource_type

A valid resource type.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return per page.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListInstanceStorageConfigsRequest AWS API Documentation

Constants

SENSITIVE