Class: Aws::Types::UpdateAllowListRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criteriaTypes::AllowListCriteria

Returns the value of attribute criteria.



1845
1846
1847
# File 'sig/types.rbs', line 1845

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def name
  @name
end