Class: Aws::Types::CreateProtectionGroupRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation"SUM", ...

Returns the value of attribute aggregation.



127
128
129
# File 'sig/types.rbs', line 127

def aggregation
  @aggregation
end

#members::Array[::String]

Returns the value of attribute members.



130
131
132
# File 'sig/types.rbs', line 130

def members
  @members
end

#pattern"ALL", ...

Returns the value of attribute pattern.



128
129
130
# File 'sig/types.rbs', line 128

def pattern
  @pattern
end

#protection_group_id::String

Returns the value of attribute protection_group_id.



126
127
128
# File 'sig/types.rbs', line 126

def protection_group_id
  @protection_group_id
end

#resource_type"CLOUDFRONT_DISTRIBUTION", ...

Returns the value of attribute resource_type.



129
130
131
# File 'sig/types.rbs', line 129

def resource_type
  @resource_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



131
132
133
# File 'sig/types.rbs', line 131

def tags
  @tags
end