Class: Aws::Types::UpdateAllowListRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAllowListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criteria ⇒ Types::AllowListCriteria
Returns the value of attribute criteria.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#criteria ⇒ Types::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.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def name @name end |