Class: Aws::Types::CreateFirewallDomainListRequest

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)


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

def creator_request_id
  @creator_request_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end