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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)

Returns:

  • (String)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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

#created_atTime

Returns:

  • (Time)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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.

Returns:

  • (String)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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.

Returns:

  • (String)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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

#modified_atTime

Returns:

  • (Time)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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.

Returns:

  • (String)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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.

Returns:

  • (String)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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.

Returns:

  • (String)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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.

Returns:

  • (Hash<String,String>)


15966
15967
15968
15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15966

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