Class: Aws::Types::GetDetectorResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::String

Returns the value of attribute created_at.



1274
1275
1276
# File 'sig/types.rbs', line 1274

def created_at
  @created_at
end

#data_sourcesTypes::DataSourceConfigurationsResult

Returns the value of attribute data_sources.



1279
1280
1281
# File 'sig/types.rbs', line 1279

def data_sources
  @data_sources
end

#features::Array[Types::DetectorFeatureConfigurationResult]

Returns the value of attribute features.



1281
1282
1283
# File 'sig/types.rbs', line 1281

def features
  @features
end

#finding_publishing_frequency"FIFTEEN_MINUTES", ...

Returns the value of attribute finding_publishing_frequency.



1275
1276
1277
# File 'sig/types.rbs', line 1275

def finding_publishing_frequency
  @finding_publishing_frequency
end

#service_role::String

Returns the value of attribute service_role.



1276
1277
1278
# File 'sig/types.rbs', line 1276

def service_role
  @service_role
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.



1277
1278
1279
# File 'sig/types.rbs', line 1277

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.



1280
1281
1282
# File 'sig/types.rbs', line 1280

def tags
  @tags
end

#updated_at::String

Returns the value of attribute updated_at.



1278
1279
1280
# File 'sig/types.rbs', line 1278

def updated_at
  @updated_at
end