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

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

Returns:

  • (String)


14205
14206
14207
14208
14209
14210
14211
14212
14213
14214
14215
# File 'lib/aws-sdk-medialive/types.rb', line 14205

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

#created_atTime

Returns:

  • (Time)


14205
14206
14207
14208
14209
14210
14211
14212
14213
14214
14215
# File 'lib/aws-sdk-medialive/types.rb', line 14205

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

#descriptionString

Returns:

  • (String)


14205
14206
14207
14208
14209
14210
14211
14212
14213
14214
14215
# File 'lib/aws-sdk-medialive/types.rb', line 14205

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

#idString

Returns:

  • (String)


14205
14206
14207
14208
14209
14210
14211
14212
14213
14214
14215
# File 'lib/aws-sdk-medialive/types.rb', line 14205

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

#modified_atTime

Returns:

  • (Time)


14205
14206
14207
14208
14209
14210
14211
14212
14213
14214
14215
# File 'lib/aws-sdk-medialive/types.rb', line 14205

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

#nameString

Returns:

  • (String)


14205
14206
14207
14208
14209
14210
14211
14212
14213
14214
14215
# File 'lib/aws-sdk-medialive/types.rb', line 14205

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

#tagsHash<String,String>

Represents the tags associated with a resource.

Returns:

  • (Hash<String,String>)


14205
14206
14207
14208
14209
14210
14211
14212
14213
14214
14215
# File 'lib/aws-sdk-medialive/types.rb', line 14205

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