Class: Aws::Types::GetSignalCatalogResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSignalCatalogResponse
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_counts ⇒ Types::NodeCounts
Returns the value of attribute node_counts.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
626 627 628 |
# File 'sig/types.rbs', line 626 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
629 630 631 |
# File 'sig/types.rbs', line 629 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
627 628 629 |
# File 'sig/types.rbs', line 627 def description @description end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
630 631 632 |
# File 'sig/types.rbs', line 630 def last_modification_time @last_modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
625 626 627 |
# File 'sig/types.rbs', line 625 def name @name end |
#node_counts ⇒ Types::NodeCounts
Returns the value of attribute node_counts.
628 629 630 |
# File 'sig/types.rbs', line 628 def node_counts @node_counts end |