Class: Aws::Types::InsightImpactGraphService
- Inherits:
-
Object
- Object
- Aws::Types::InsightImpactGraphService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#edges ⇒ ::Array[Types::InsightImpactGraphEdge]
Returns the value of attribute edges.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#reference_id ⇒ ::Integer
Returns the value of attribute reference_id.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def account_id @account_id end |
#edges ⇒ ::Array[Types::InsightImpactGraphEdge]
Returns the value of attribute edges.
541 542 543 |
# File 'sig/types.rbs', line 541 def edges @edges end |
#name ⇒ ::String
Returns the value of attribute name.
538 539 540 |
# File 'sig/types.rbs', line 538 def name @name end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
539 540 541 |
# File 'sig/types.rbs', line 539 def names @names end |
#reference_id ⇒ ::Integer
Returns the value of attribute reference_id.
536 537 538 |
# File 'sig/types.rbs', line 536 def reference_id @reference_id end |
#type ⇒ ::String
Returns the value of attribute type.
537 538 539 |
# File 'sig/types.rbs', line 537 def type @type end |