Class: Aws::Types::Detector

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)


454
455
456
# File 'sig/types.rbs', line 454

def arn
  @arn
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def description
  @description
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def detector_id
  @detector_id
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def event_type_name
  @event_type_name
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def last_updated_time
  @last_updated_time
end