Class: Aws::Types::MediaCapturePipeline
- Inherits:
-
Object
- Object
- Aws::Types::MediaCapturePipeline
- 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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#media_pipeline_arn ⇒ ::String
Returns the value of attribute media_pipeline_arn.
-
#media_pipeline_id ⇒ ::String
Returns the value of attribute media_pipeline_id.
-
#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.
-
#status ⇒ "Initializing", ...
Returns the value of attribute status.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#chime_sdk_meeting_configuration ⇒ Types::ChimeSdkMeetingConfiguration
Returns the value of attribute chime_sdk_meeting_configuration.
537 538 539 |
# File 'sig/types.rbs', line 537 def chime_sdk_meeting_configuration @chime_sdk_meeting_configuration end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
535 536 537 |
# File 'sig/types.rbs', line 535 def @created_timestamp end |
#media_pipeline_arn ⇒ ::String
Returns the value of attribute media_pipeline_arn.
529 530 531 |
# File 'sig/types.rbs', line 529 def media_pipeline_arn @media_pipeline_arn end |
#media_pipeline_id ⇒ ::String
Returns the value of attribute media_pipeline_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def media_pipeline_id @media_pipeline_id end |
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
534 535 536 |
# File 'sig/types.rbs', line 534 def sink_arn @sink_arn end |
#sink_iam_role_arn ⇒ ::String
Returns the value of attribute sink_iam_role_arn.
539 540 541 |
# File 'sig/types.rbs', line 539 def sink_iam_role_arn @sink_iam_role_arn end |
#sink_type ⇒ "S3Bucket"
Returns the value of attribute sink_type.
533 534 535 |
# File 'sig/types.rbs', line 533 def sink_type @sink_type end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def source_arn @source_arn end |
#source_type ⇒ "ChimeSdkMeeting"
Returns the value of attribute source_type.
530 531 532 |
# File 'sig/types.rbs', line 530 def source_type @source_type end |
#sse_aws_key_management_params ⇒ Types::SseAwsKeyManagementParams
Returns the value of attribute sse_aws_key_management_params.
538 539 540 |
# File 'sig/types.rbs', line 538 def sse_aws_key_management_params @sse_aws_key_management_params end |
#status ⇒ "Initializing", ...
Returns the value of attribute status.
532 533 534 |
# File 'sig/types.rbs', line 532 def status @status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
536 537 538 |
# File 'sig/types.rbs', line 536 def @updated_timestamp end |