Class: Aws::Types::ResponseTimeRootCauseService

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)


740
741
742
# File 'sig/types.rbs', line 740

def 
  @account_id
end

#entity_path::Array[Types::ResponseTimeRootCauseEntity]

Returns the value of attribute entity_path.



741
742
743
# File 'sig/types.rbs', line 741

def entity_path
  @entity_path
end

#inferredBoolean

Returns the value of attribute inferred.

Returns:

  • (Boolean)


742
743
744
# File 'sig/types.rbs', line 742

def inferred
  @inferred
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def name
  @name
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


738
739
740
# File 'sig/types.rbs', line 738

def names
  @names
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def type
  @type
end