Class: Aws::Types::UpdateMediaInsightsPipelineConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:resource_access_role_arn])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute elements.



898
899
900
# File 'sig/types.rbs', line 898

def elements
  @elements
end

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def identifier
  @identifier
end

#real_time_alert_configuration ⇒ Types::RealTimeAlertConfiguration

Returns the value of attribute real_time_alert_configuration.



897
898
899
# File 'sig/types.rbs', line 897

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)


896
897
898
# File 'sig/types.rbs', line 896

def resource_access_role_arn
  @resource_access_role_arn
end