Class: Aws::Types::Node

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category ⇒ "BUSINESS_LOGIC", ...

Returns the value of attribute category.

Returns:

  • ("BUSINESS_LOGIC", "ML_MODEL", "MEDIA_SOURCE", "MEDIA_SINK")


586
587
588
# File 'sig/types.rbs', line 586

def category
  @category
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


587
588
589
# File 'sig/types.rbs', line 587

def created_time
  @created_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def name
  @name
end

#node_id ⇒ ::String

Returns the value of attribute node_id.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def node_id
  @node_id
end

#owner_account ⇒ ::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def 
  
end

#package_arn ⇒ ::String

Returns the value of attribute package_arn.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def package_arn
  @package_arn
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def package_id
  @package_id
end

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def package_name
  @package_name
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def package_version
  @package_version
end

#patch_version ⇒ ::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def patch_version
  @patch_version
end