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
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.
506 507 508 509 510 511 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 506 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.
506 507 508 509 510 511 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 506 class DescribeMappedResourceConfigurationOutput < Struct.new( :mapped_resource_configuration_list, :next_token) SENSITIVE = [] include Aws::Structure end |