Class: Aws::IVS::Types::GetRecordingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetRecordingConfigurationRequest
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Note:
When making an API call, you may pass GetRecordingConfigurationRequest data as a hash:
{
arn: "RecordingConfigurationArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the recording configuration to be retrieved.
Instance Attribute Details
#arn ⇒ String
ARN of the recording configuration to be retrieved.
660 661 662 663 664 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 660 class GetRecordingConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |