Class: Aws::Types::AllowDenyList
- Inherits:
-
Object
- Object
- Aws::Types::AllowDenyList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
-
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
59 60 61 |
# File 'sig/types.rbs', line 59 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
57 58 59 |
# File 'sig/types.rbs', line 57 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
55 56 57 |
# File 'sig/types.rbs', line 55 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
54 55 56 |
# File 'sig/types.rbs', line 54 def name @name end |
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
58 59 60 |
# File 'sig/types.rbs', line 58 def updated_time @updated_time end |
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
56 57 58 |
# File 'sig/types.rbs', line 56 def variable_type @variable_type end |