Class: Aws::Types::Notification
- Inherits:
-
Object
- Object
- Aws::Types::Notification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
-
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
-
#control_set_name ⇒ ::String
Returns the value of attribute control_set_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
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.
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.
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.
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.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def description @description end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def event_time @event_time end |
#id ⇒ ::String
Returns the value of attribute id.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def id @id end |
#source ⇒ ::String
Returns the value of attribute source.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def source @source end |