Class: Aws::Types::InsightImpactGraphService

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def 
  @account_id
end

#edges::Array[Types::InsightImpactGraphEdge]

Returns the value of attribute edges.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def edges
  @edges
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def name
  @name
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


539
540
541
# File 'sig/types.rbs', line 539

def names
  @names
end

#reference_id::Integer

Returns the value of attribute reference_id.

Returns:

  • (::Integer)


536
537
538
# File 'sig/types.rbs', line 536

def reference_id
  @reference_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def type
  @type
end