Class: Aws::KinesisVideo::Types::DescribeMappedResourceConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeMappedResourceConfigurationOutput
- Defined in:
- gems/aws-sdk-kinesisvideo/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
NextTokenrequest 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.
548 549 550 551 552 553 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 548 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 NextTokenrequest to fetch the next
set of results.
548 549 550 551 552 553 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 548 class DescribeMappedResourceConfigurationOutput < Struct.new( :mapped_resource_configuration_list, :next_token) SENSITIVE = [] include Aws::Structure end |