Class: Aws::Types::CreateMediaCapturePipelineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source_arn, :sink_arn, :client_request_token, :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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("S3Bucket")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ChimeSdkMeeting")


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.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def tags
  @tags
end