Class: Aws::KinesisVideo::Types::DescribeMappedResourceConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeMappedResourceConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mapped_resource_configuration_list ⇒ Array<Types::MappedResourceConfigurationListItem>
A structure that encapsulates, or contains, the media storage configuration properties.
-
#next_token ⇒ String
The token that was used in the ‘NextToken`request to fetch the next set of results.
Instance Attribute Details
#mapped_resource_configuration_list ⇒ Array<Types::MappedResourceConfigurationListItem>
A structure that encapsulates, or contains, the media storage configuration properties.
536 537 538 539 540 541 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 536 class DescribeMappedResourceConfigurationOutput < Struct.new( :mapped_resource_configuration_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that was used in the ‘NextToken`request to fetch the next set of results.
536 537 538 539 540 541 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 536 class DescribeMappedResourceConfigurationOutput < Struct.new( :mapped_resource_configuration_list, :next_token) SENSITIVE = [] include Aws::Structure end |