Class: Aws::Types::DescribeSecurityProfileResponse

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


1995
1996
1997
# File 'sig/types.rbs', line 1995

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:



1996
1997
1998
# File 'sig/types.rbs', line 1996

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:



1994
1995
1996
# File 'sig/types.rbs', line 1994

def alert_targets
  @alert_targets
end

#behaviors::Array[Types::Behavior]

Returns the value of attribute behaviors.

Returns:



1993
1994
1995
# File 'sig/types.rbs', line 1993

def behaviors
  @behaviors
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1998
1999
2000
# File 'sig/types.rbs', line 1998

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1999
2000
2001
# File 'sig/types.rbs', line 1999

def last_modified_date
  @last_modified_date
end

#metrics_export_configTypes::MetricsExportConfig

Returns the value of attribute metrics_export_config.



2000
2001
2002
# File 'sig/types.rbs', line 2000

def metrics_export_config
  @metrics_export_config
end

#security_profile_arn::String

Returns the value of attribute security_profile_arn.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def security_profile_arn
  @security_profile_arn
end

#security_profile_description::String

Returns the value of attribute security_profile_description.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def security_profile_description
  @security_profile_description
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def security_profile_name
  @security_profile_name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1997
1998
1999
# File 'sig/types.rbs', line 1997

def version
  @version
end