Class: Aws::Types::FaultRootCauseService

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)


194
195
196
# File 'sig/types.rbs', line 194

def 
  @account_id
end

#entity_path::Array[Types::FaultRootCauseEntity]

Returns the value of attribute entity_path.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def entity_path
  @entity_path
end

#inferredBoolean

Returns the value of attribute inferred.

Returns:

  • (Boolean)


196
197
198
# File 'sig/types.rbs', line 196

def inferred
  @inferred
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def name
  @name
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


192
193
194
# File 'sig/types.rbs', line 192

def names
  @names
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def type
  @type
end