Class: Aws::Types::Notification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:assessment_name])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id ⇒ ::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def assessment_id
  @assessment_id
end

#assessment_name ⇒ ::String

Returns the value of attribute assessment_name.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def assessment_name
  @assessment_name
end

#control_set_id ⇒ ::String

Returns the value of attribute control_set_id.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def control_set_id
  @control_set_id
end

#control_set_name ⇒ ::String

Returns the value of attribute control_set_name.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def control_set_name
  @control_set_name
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def description
  @description
end

#event_time ⇒ ::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def event_time
  @event_time
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def id
  @id
end

#source ⇒ ::String

Returns the value of attribute source.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def source
  @source
end