Class: Aws::Types::UpdateMediaInsightsPipelineStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def identifier
  @identifier
end

#update_status ⇒ "Pause", "Resume"

Returns the value of attribute update_status.

Returns:

  • ("Pause", "Resume")


909
910
911
# File 'sig/types.rbs', line 909

def update_status
  @update_status
end