Class: Aws::Types::AllowListSummary
- Inherits:
-
Object
- Object
- Aws::Types::AllowListSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
63 64 65 |
# File 'sig/types.rbs', line 63 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
64 65 66 |
# File 'sig/types.rbs', line 64 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
65 66 67 |
# File 'sig/types.rbs', line 65 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
66 67 68 |
# File 'sig/types.rbs', line 66 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
67 68 69 |
# File 'sig/types.rbs', line 67 def updated_at @updated_at end |