Class: Aws::KinesisVideo::Types::DescribeMappedResourceConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeMappedResourceConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
The token to provide in your next request, to get another batch of results.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream.
-
#stream_name ⇒ String
The name of the stream.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in the response.
515 516 517 518 519 520 521 522 |
# File '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_token ⇒ String
The token to provide in your next request, to get another batch of results.
515 516 517 518 519 520 521 522 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the stream.
515 516 517 518 519 520 521 522 |
# File '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_name ⇒ String
The name of the stream.
515 516 517 518 519 520 521 522 |
# File '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 |