Class: Aws::Types::CreateMediaCapturePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMediaCapturePipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chime_sdk_meeting_configuration ⇒ Types::ChimeSdkMeetingConfiguration
Returns the value of attribute chime_sdk_meeting_configuration.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
-
#sink_iam_role_arn ⇒ ::String
Returns the value of attribute sink_iam_role_arn.
-
#sink_type ⇒ "S3Bucket"
Returns the value of attribute sink_type.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_type ⇒ "ChimeSdkMeeting"
Returns the value of attribute source_type.
-
#sse_aws_key_management_params ⇒ Types::SseAwsKeyManagementParams
Returns the value of attribute sse_aws_key_management_params.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#chime_sdk_meeting_configuration ⇒ Types::ChimeSdkMeetingConfiguration
Returns the value of attribute chime_sdk_meeting_configuration.
164 165 166 |
# File 'sig/types.rbs', line 164 def chime_sdk_meeting_configuration @chime_sdk_meeting_configuration end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
163 164 165 |
# File 'sig/types.rbs', line 163 def client_request_token @client_request_token end |
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
162 163 164 |
# File 'sig/types.rbs', line 162 def sink_arn @sink_arn end |
#sink_iam_role_arn ⇒ ::String
Returns the value of attribute sink_iam_role_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def sink_iam_role_arn @sink_iam_role_arn end |
#sink_type ⇒ "S3Bucket"
Returns the value of attribute sink_type.
161 162 163 |
# File 'sig/types.rbs', line 161 def sink_type @sink_type end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
160 161 162 |
# File 'sig/types.rbs', line 160 def source_arn @source_arn end |
#source_type ⇒ "ChimeSdkMeeting"
Returns the value of attribute source_type.
159 160 161 |
# File 'sig/types.rbs', line 159 def source_type @source_type end |
#sse_aws_key_management_params ⇒ Types::SseAwsKeyManagementParams
Returns the value of attribute sse_aws_key_management_params.
165 166 167 |
# File 'sig/types.rbs', line 165 def sse_aws_key_management_params @sse_aws_key_management_params end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
167 168 169 |
# File 'sig/types.rbs', line 167 def @tags end |