Class: Aws::Types::EventInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def name
  @name
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def state
  @state
end