Class: Aws::MediaLive::Types::SignalMapSummary

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

A signal map’s ARN (Amazon Resource Name)



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A resource’s optional description.



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A signal map’s id.



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_deployment_statusString

A signal map’s monitor deployment status.



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A resource’s name. Names must be unique within the scope of a resource type in a specific region.



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A signal map’s current status which is dependent on its lifecycle actions or associated jobs.



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Represents the tags associated with a resource.



16734
16735
16736
16737
16738
16739
16740
16741
16742
16743
16744
16745
16746
# File 'lib/aws-sdk-medialive/types.rb', line 16734

class SignalMapSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :monitor_deployment_status,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end