Class: Aws::Types::Protection
- Inherits:
-
Object
- Object
- Aws::Types::Protection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_layer_automatic_response_configuration ⇒ Types::ApplicationLayerAutomaticResponseConfiguration
Returns the value of attribute application_layer_automatic_response_configuration.
-
#health_check_ids ⇒ ::Array[::String]
Returns the value of attribute health_check_ids.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protection_arn ⇒ ::String
Returns the value of attribute protection_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#application_layer_automatic_response_configuration ⇒ Types::ApplicationLayerAutomaticResponseConfiguration
Returns the value of attribute application_layer_automatic_response_configuration.
455 456 457 |
# File 'sig/types.rbs', line 455 def application_layer_automatic_response_configuration @application_layer_automatic_response_configuration end |
#health_check_ids ⇒ ::Array[::String]
Returns the value of attribute health_check_ids.
453 454 455 |
# File 'sig/types.rbs', line 453 def health_check_ids @health_check_ids end |
#id ⇒ ::String
Returns the value of attribute id.
450 451 452 |
# File 'sig/types.rbs', line 450 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
451 452 453 |
# File 'sig/types.rbs', line 451 def name @name end |
#protection_arn ⇒ ::String
Returns the value of attribute protection_arn.
454 455 456 |
# File 'sig/types.rbs', line 454 def protection_arn @protection_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
452 453 454 |
# File 'sig/types.rbs', line 452 def resource_arn @resource_arn end |