Class: Aws::Types::Protection

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_layer_automatic_response_configurationTypes::ApplicationLayerAutomaticResponseConfiguration

Returns the value of attribute application_layer_automatic_response_configuration.

Returns:



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.

Returns:



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.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def name
  @name
end

#protection_arn::String

Returns the value of attribute protection_arn.

Returns:



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.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def resource_arn
  @resource_arn
end