Class: Aws::Types::MediaCapturePipeline

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source_arn, :sink_arn, :sink_iam_role_arn])

Instance Attribute Summary collapse

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.

Returns:

  • (::Time)


535
536
537
# File 'sig/types.rbs', line 535

def created_timestamp
  @created_timestamp
end

#media_pipeline_arn ⇒ ::String

Returns the value of attribute media_pipeline_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("S3Bucket")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ChimeSdkMeeting")


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.

Returns:

  • ("Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused", "NotStarted")


532
533
534
# File 'sig/types.rbs', line 532

def status
  @status
end

#updated_timestamp ⇒ ::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


536
537
538
# File 'sig/types.rbs', line 536

def updated_timestamp
  @updated_timestamp
end