Class: Aws::Types::AwsGuardDutyDetectorDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsGuardDutyDetectorDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sources ⇒ Types::AwsGuardDutyDetectorDataSourcesDetails
Returns the value of attribute data_sources.
-
#features ⇒ ::Array[Types::AwsGuardDutyDetectorFeaturesDetails]
Returns the value of attribute features.
-
#finding_publishing_frequency ⇒ ::String
Returns the value of attribute finding_publishing_frequency.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#data_sources ⇒ Types::AwsGuardDutyDetectorDataSourcesDetails
Returns the value of attribute data_sources.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def data_sources @data_sources end |
#features ⇒ ::Array[Types::AwsGuardDutyDetectorFeaturesDetails]
Returns the value of attribute features.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def features @features end |
#finding_publishing_frequency ⇒ ::String
Returns the value of attribute finding_publishing_frequency.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def finding_publishing_frequency @finding_publishing_frequency end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def service_role @service_role end |
#status ⇒ ::String
Returns the value of attribute status.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def status @status end |