Class: Aws::Types::UpdateSecurityProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_metrics_to_retain::Array[::String]

Returns the value of attribute additional_metrics_to_retain.

Returns:

  • (::Array[::String])


5320
5321
5322
# File 'sig/types.rbs', line 5320

def additional_metrics_to_retain
  @additional_metrics_to_retain
end

#additional_metrics_to_retain_v2::Array[Types::MetricToRetain]

Returns the value of attribute additional_metrics_to_retain_v2.

Returns:



5321
5322
5323
# File 'sig/types.rbs', line 5321

def additional_metrics_to_retain_v2
  @additional_metrics_to_retain_v2
end

#alert_targets::Hash[("SNS"), Types::AlertTarget]

Returns the value of attribute alert_targets.

Returns:



5319
5320
5321
# File 'sig/types.rbs', line 5319

def alert_targets
  @alert_targets
end

#behaviors::Array[Types::Behavior]

Returns the value of attribute behaviors.

Returns:



5318
5319
5320
# File 'sig/types.rbs', line 5318

def behaviors
  @behaviors
end

#delete_additional_metrics_to_retainBoolean

Returns the value of attribute delete_additional_metrics_to_retain.

Returns:

  • (Boolean)


5324
5325
5326
# File 'sig/types.rbs', line 5324

def delete_additional_metrics_to_retain
  @delete_additional_metrics_to_retain
end

#delete_alert_targetsBoolean

Returns the value of attribute delete_alert_targets.

Returns:

  • (Boolean)


5323
5324
5325
# File 'sig/types.rbs', line 5323

def delete_alert_targets
  @delete_alert_targets
end

#delete_behaviorsBoolean

Returns the value of attribute delete_behaviors.

Returns:

  • (Boolean)


5322
5323
5324
# File 'sig/types.rbs', line 5322

def delete_behaviors
  @delete_behaviors
end

#delete_metrics_export_configBoolean

Returns the value of attribute delete_metrics_export_config.

Returns:

  • (Boolean)


5327
5328
5329
# File 'sig/types.rbs', line 5327

def delete_metrics_export_config
  @delete_metrics_export_config
end

#expected_version::Integer

Returns the value of attribute expected_version.

Returns:

  • (::Integer)


5325
5326
5327
# File 'sig/types.rbs', line 5325

def expected_version
  @expected_version
end

#metrics_export_configTypes::MetricsExportConfig

Returns the value of attribute metrics_export_config.



5326
5327
5328
# File 'sig/types.rbs', line 5326

def metrics_export_config
  @metrics_export_config
end

#security_profile_description::String

Returns the value of attribute security_profile_description.

Returns:

  • (::String)


5317
5318
5319
# File 'sig/types.rbs', line 5317

def security_profile_description
  @security_profile_description
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


5316
5317
5318
# File 'sig/types.rbs', line 5316

def security_profile_name
  @security_profile_name
end