Class: Aws::Types::EventBridgeRuleTemplateGroupSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4034
4035
4036
# File 'sig/types.rbs', line 4034

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4035
4036
4037
# File 'sig/types.rbs', line 4035

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4036
4037
4038
# File 'sig/types.rbs', line 4036

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4037
4038
4039
# File 'sig/types.rbs', line 4037

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


4038
4039
4040
# File 'sig/types.rbs', line 4038

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4039
4040
4041
# File 'sig/types.rbs', line 4039

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4040
4041
4042
# File 'sig/types.rbs', line 4040

def tags
  @tags
end

#template_count::Integer

Returns the value of attribute template_count.

Returns:

  • (::Integer)


4041
4042
4043
# File 'sig/types.rbs', line 4041

def template_count
  @template_count
end