Class: Aws::Types::Service
- Inherits:
-
Object
- Object
- Aws::Types::Service
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
Returns the value of attribute action.
-
#additional_info ⇒ Types::ServiceAdditionalInfo
Returns the value of attribute additional_info.
-
#archived ⇒ Boolean
Returns the value of attribute archived.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#detection ⇒ Types::Detection
Returns the value of attribute detection.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#ebs_volume_scan_details ⇒ Types::EbsVolumeScanDetails
Returns the value of attribute ebs_volume_scan_details.
-
#event_first_seen ⇒ ::String
Returns the value of attribute event_first_seen.
-
#event_last_seen ⇒ ::String
Returns the value of attribute event_last_seen.
-
#evidence ⇒ Types::Evidence
Returns the value of attribute evidence.
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
-
#malware_scan_details ⇒ Types::MalwareScanDetails
Returns the value of attribute malware_scan_details.
-
#resource_role ⇒ ::String
Returns the value of attribute resource_role.
-
#runtime_details ⇒ Types::RuntimeDetails
Returns the value of attribute runtime_details.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#user_feedback ⇒ ::String
Returns the value of attribute user_feedback.
Instance Attribute Details
#action ⇒ Types::Action
Returns the value of attribute action.
2933 2934 2935 |
# File 'sig/types.rbs', line 2933 def action @action end |
#additional_info ⇒ Types::ServiceAdditionalInfo
Returns the value of attribute additional_info.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def additional_info @additional_info end |
#archived ⇒ Boolean
Returns the value of attribute archived.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def archived @archived end |
#count ⇒ ::Integer
Returns the value of attribute count.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def count @count end |
#detection ⇒ Types::Detection
Returns the value of attribute detection.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def detection @detection end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def detector_id @detector_id end |
#ebs_volume_scan_details ⇒ Types::EbsVolumeScanDetails
Returns the value of attribute ebs_volume_scan_details.
2945 2946 2947 |
# File 'sig/types.rbs', line 2945 def ebs_volume_scan_details @ebs_volume_scan_details end |
#event_first_seen ⇒ ::String
Returns the value of attribute event_first_seen.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def event_first_seen @event_first_seen end |
#event_last_seen ⇒ ::String
Returns the value of attribute event_last_seen.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def event_last_seen @event_last_seen end |
#evidence ⇒ Types::Evidence
Returns the value of attribute evidence.
2934 2935 2936 |
# File 'sig/types.rbs', line 2934 def evidence @evidence end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def feature_name @feature_name end |
#malware_scan_details ⇒ Types::MalwareScanDetails
Returns the value of attribute malware_scan_details.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def malware_scan_details @malware_scan_details end |
#resource_role ⇒ ::String
Returns the value of attribute resource_role.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def resource_role @resource_role end |
#runtime_details ⇒ Types::RuntimeDetails
Returns the value of attribute runtime_details.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def runtime_details @runtime_details end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def service_name @service_name end |
#user_feedback ⇒ ::String
Returns the value of attribute user_feedback.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def user_feedback @user_feedback end |