Class: Aws::Types::Event

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source"AWS_CLOUD_TRAIL", "AWS_CODE_DEPLOY"

Returns the value of attribute data_source.

Returns:

  • ("AWS_CLOUD_TRAIL", "AWS_CODE_DEPLOY")


302
303
304
# File 'sig/types.rbs', line 302

def data_source
  @data_source
end

#event_class"INFRASTRUCTURE", ...

Returns the value of attribute event_class.

Returns:

  • ("INFRASTRUCTURE", "DEPLOYMENT", "SECURITY_CHANGE", "CONFIG_CHANGE", "SCHEMA_CHANGE")


303
304
305
# File 'sig/types.rbs', line 303

def event_class
  @event_class
end

#event_source::String

Returns the value of attribute event_source.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def event_source
  @event_source
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def name
  @name
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



297
298
299
# File 'sig/types.rbs', line 297

def resource_collection
  @resource_collection
end

#resources::Array[Types::EventResource]

Returns the value of attribute resources.

Returns:



304
305
306
# File 'sig/types.rbs', line 304

def resources
  @resources
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


299
300
301
# File 'sig/types.rbs', line 299

def time
  @time
end