Class: Aws::Types::AwsGuardDutyDetectorDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2930
2931
2932
# File 'sig/types.rbs', line 2930

def service_role
  @service_role
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2931
2932
2933
# File 'sig/types.rbs', line 2931

def status
  @status
end