Class: Aws::Types::FaultRootCauseEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exceptions::Array[Types::RootCauseException]

Returns the value of attribute exceptions.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def exceptions
  @exceptions
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def name
  @name
end

#remoteBoolean

Returns the value of attribute remote.

Returns:

  • (Boolean)


186
187
188
# File 'sig/types.rbs', line 186

def remote
  @remote
end