Class: Aws::Types::EventInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_description::String

Returns the value of attribute event_description.

Returns:

  • (::String)


9442
9443
9444
# File 'sig/types.rbs', line 9442

def event_description
  @event_description
end

#event_sub_type::String

Returns the value of attribute event_sub_type.

Returns:

  • (::String)


9443
9444
9445
# File 'sig/types.rbs', line 9443

def event_sub_type
  @event_sub_type
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9444
9445
9446
# File 'sig/types.rbs', line 9444

def instance_id
  @instance_id
end