Class: Aws::Types::BatchGetCustomDataIdentifierSummary
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCustomDataIdentifierSummary
- 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.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
119 120 121 |
# File 'sig/types.rbs', line 119 def created_at @created_at end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
120 121 122 |
# File 'sig/types.rbs', line 120 def deleted @deleted end |
#description ⇒ ::String
Returns the value of attribute description.
121 122 123 |
# File 'sig/types.rbs', line 121 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
122 123 124 |
# File 'sig/types.rbs', line 122 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
123 124 125 |
# File 'sig/types.rbs', line 123 def name @name end |