Class: Aws::IVSRealTime::Types::DeleteStorageConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::DeleteStorageConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the storage configuration to be deleted.
Instance Attribute Details
#arn ⇒ String
ARN of the storage configuration to be deleted.
583 584 585 586 587 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 583 class DeleteStorageConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |