Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateGroupResponse

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

#arn ⇒ String

Returns:

  • (String)


15359
15360
15361
15362
15363
15364
15365
15366
15367
15368
15369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15359

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

#created_at ⇒ Time

Returns:

  • (Time)


15359
15360
15361
15362
15363
15364
15365
15366
15367
15368
15369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15359

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

#description ⇒ String

Returns:

  • (String)


15359
15360
15361
15362
15363
15364
15365
15366
15367
15368
15369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15359

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

#id ⇒ String

Returns:

  • (String)


15359
15360
15361
15362
15363
15364
15365
15366
15367
15368
15369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15359

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

#modified_at ⇒ Time

Returns:

  • (Time)


15359
15360
15361
15362
15363
15364
15365
15366
15367
15368
15369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15359

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

#name ⇒ String

Returns:

  • (String)


15359
15360
15361
15362
15363
15364
15365
15366
15367
15368
15369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15359

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

#tags ⇒ Hash<String,String>

Represents the tags associated with a resource.

Returns:

  • (Hash<String,String>)


15359
15360
15361
15362
15363
15364
15365
15366
15367
15368
15369
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15359

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