Class: Aws::Types::CreateMediaInsightsPipelineConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMediaInsightsPipelineConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#elements ⇒ ::Array[Types::MediaInsightsPipelineConfigurationElement]
Returns the value of attribute elements.
-
#media_insights_pipeline_configuration_name ⇒ ::String
Returns the value of attribute media_insights_pipeline_configuration_name.
-
#real_time_alert_configuration ⇒ Types::RealTimeAlertConfiguration
Returns the value of attribute real_time_alert_configuration.
-
#resource_access_role_arn ⇒ ::String
Returns the value of attribute resource_access_role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
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.
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.
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.
194 195 196 |
# File 'sig/types.rbs', line 194 def @tags end |