Class: Aws::Types::CreateFirewallRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def creator_request_id
  @creator_request_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def tags
  @tags
end