Class: Aws::Types::CreateMediaInsightsPipelineConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:resource_access_role_arn, :client_request_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def client_request_token
  @client_request_token
end

#elements ⇒ ::Array[Types::MediaInsightsPipelineConfigurationElement]

Returns the value of attribute elements.



193
194
195
# File 'sig/types.rbs', line 193

def elements
  @elements
end

#media_insights_pipeline_configuration_name ⇒ ::String

Returns the value of attribute media_insights_pipeline_configuration_name.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def media_insights_pipeline_configuration_name
  @media_insights_pipeline_configuration_name
end

#real_time_alert_configuration ⇒ Types::RealTimeAlertConfiguration

Returns the value of attribute real_time_alert_configuration.



192
193
194
# File 'sig/types.rbs', line 192

def real_time_alert_configuration
  @real_time_alert_configuration
end

#resource_access_role_arn ⇒ ::String

Returns the value of attribute resource_access_role_arn.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def resource_access_role_arn
  @resource_access_role_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def tags
  @tags
end