Class: Aws::KinesisVideo::Types::DescribeMappedResourceConfigurationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


515
516
517
518
519
520
521
522
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 515

class DescribeMappedResourceConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to provide in your next request, to get another batch of results.

Returns:

  • (String)


515
516
517
518
519
520
521
522
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 515

class DescribeMappedResourceConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The Amazon Resource Name (ARN) of the stream.

Returns:

  • (String)


515
516
517
518
519
520
521
522
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 515

class DescribeMappedResourceConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream.

Returns:

  • (String)


515
516
517
518
519
520
521
522
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 515

class DescribeMappedResourceConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end