Class: Aws::Types::Node

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_typeTypes::NodeType

Returns the value of attribute node_type.



3173
3174
3175
# File 'sig/types.rbs', line 3173

def node_type
  @node_type
end

#ownerTypes::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