Class: Aws::MediaLive::Types::SuccessfulMonitorDeployment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Represents the latest successful monitor deployment of a signal map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#details_uriString

URI associated with a signal map's monitor deployment.

Returns:

  • (String)


16666
16667
16668
16669
16670
16671
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16666

class SuccessfulMonitorDeployment < Struct.new(
  :details_uri,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A signal map's monitor deployment status.

Returns:

  • (String)


16666
16667
16668
16669
16670
16671
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 16666

class SuccessfulMonitorDeployment < Struct.new(
  :details_uri,
  :status)
  SENSITIVE = []
  include Aws::Structure
end