Class: Aws::Types::Node
- Inherits:
-
Object
- Object
- Aws::Types::Node
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capture_time ⇒ ::Time
Returns the value of attribute capture_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#node_type ⇒ Types::NodeType
Returns the value of attribute node_type.
-
#owner ⇒ Types::NodeOwnerInfo
Returns the value of attribute owner.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#capture_time ⇒ ::Time
Returns the value of attribute capture_time.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def capture_time @capture_time end |
#id ⇒ ::String
Returns the value of attribute id.
3170 3171 3172 |
# File 'sig/types.rbs', line 3170 def id @id end |
#node_type ⇒ Types::NodeType
Returns the value of attribute node_type.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def node_type @node_type end |
#owner ⇒ Types::NodeOwnerInfo
Returns the value of attribute owner.
3171 3172 3173 |
# File 'sig/types.rbs', line 3171 def owner @owner end |
#region ⇒ ::String
Returns the value of attribute region.
3172 3173 3174 |
# File 'sig/types.rbs', line 3172 def region @region end |