Class: Aws::Types::EventResource

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)


311
312
313
# File 'sig/types.rbs', line 311

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def type
  @type
end