Class: Aws::Types::ProtectionGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation"SUM", ...

Returns the value of attribute aggregation.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def aggregation
  @aggregation
end

#members::Array[::String]

Returns the value of attribute members.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def members
  @members
end

#pattern"ALL", ...

Returns the value of attribute pattern.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def pattern
  @pattern
end

#protection_group_arn::String

Returns the value of attribute protection_group_arn.

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def protection_group_arn
  @protection_group_arn
end

#protection_group_id::String

Returns the value of attribute protection_group_id.

Returns:



460
461
462
# File 'sig/types.rbs', line 460

def protection_group_id
  @protection_group_id
end

#resource_type"CLOUDFRONT_DISTRIBUTION", ...

Returns the value of attribute resource_type.

Returns:



463
464
465
# File 'sig/types.rbs', line 463

def resource_type
  @resource_type
end