Class: Aws::Types::SignalCatalogSummary
- Inherits:
-
Object
- Object
- Aws::Types::SignalCatalogSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def creation_time @creation_time end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def last_modification_time @last_modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def name @name end |