Class: Aws::Types::CreateAllowListRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def client_token
  @client_token
end

#criteriaTypes::AllowListCriteria

Returns the value of attribute criteria.



325
326
327
# File 'sig/types.rbs', line 325

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


328
329
330
# File 'sig/types.rbs', line 328

def tags
  @tags
end