Class: Aws::Types::CustomDataIdentifierSummary
- Inherits:
-
Object
- Object
- Aws::Types::CustomDataIdentifierSummary
- 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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
450 451 452 |
# File 'sig/types.rbs', line 450 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
451 452 453 |
# File 'sig/types.rbs', line 451 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
452 453 454 |
# File 'sig/types.rbs', line 452 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
453 454 455 |
# File 'sig/types.rbs', line 453 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
454 455 456 |
# File 'sig/types.rbs', line 454 def name @name end |