Class: Aws::Types::UpdateSecurityProfileResponse

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])


5337
5338
5339
# File 'sig/types.rbs', line 5337

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:



5338
5339
5340
# File 'sig/types.rbs', line 5338

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:



5336
5337
5338
# File 'sig/types.rbs', line 5336

def alert_targets
  @alert_targets
end

#behaviors::Array[Types::Behavior]

Returns the value of attribute behaviors.

Returns:



5335
5336
5337
# File 'sig/types.rbs', line 5335

def behaviors
  @behaviors
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


5340
5341
5342
# File 'sig/types.rbs', line 5340

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


5341
5342
5343
# File 'sig/types.rbs', line 5341

def last_modified_date
  @last_modified_date
end

#metrics_export_configTypes::MetricsExportConfig

Returns the value of attribute metrics_export_config.



5342
5343
5344
# File 'sig/types.rbs', line 5342

def metrics_export_config
  @metrics_export_config
end

#security_profile_arn::String

Returns the value of attribute security_profile_arn.

Returns:

  • (::String)


5333
5334
5335
# File 'sig/types.rbs', line 5333

def security_profile_arn
  @security_profile_arn
end

#security_profile_description::String

Returns the value of attribute security_profile_description.

Returns:

  • (::String)


5334
5335
5336
# File 'sig/types.rbs', line 5334

def security_profile_description
  @security_profile_description
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


5332
5333
5334
# File 'sig/types.rbs', line 5332

def security_profile_name
  @security_profile_name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


5339
5340
5341
# File 'sig/types.rbs', line 5339

def version
  @version
end