Class: Aws::Types::TraceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotations::Hash[::String, ::Array[Types::ValueWithServiceIds]]

Returns the value of attribute annotations.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def annotations
  @annotations
end

#availability_zones::Array[Types::AvailabilityZoneDetail]

Returns the value of attribute availability_zones.

Returns:



995
996
997
# File 'sig/types.rbs', line 995

def availability_zones
  @availability_zones
end

#duration::Float

Returns the value of attribute duration.

Returns:

  • (::Float)


983
984
985
# File 'sig/types.rbs', line 983

def duration
  @duration
end

#entry_pointTypes::ServiceId

Returns the value of attribute entry_point.

Returns:



996
997
998
# File 'sig/types.rbs', line 996

def entry_point
  @entry_point
end

#error_root_causes::Array[Types::ErrorRootCause]

Returns the value of attribute error_root_causes.

Returns:



998
999
1000
# File 'sig/types.rbs', line 998

def error_root_causes
  @error_root_causes
end

#fault_root_causes::Array[Types::FaultRootCause]

Returns the value of attribute fault_root_causes.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def fault_root_causes
  @fault_root_causes
end

#has_errorBoolean

Returns the value of attribute has_error.

Returns:

  • (Boolean)


986
987
988
# File 'sig/types.rbs', line 986

def has_error
  @has_error
end

#has_faultBoolean

Returns the value of attribute has_fault.

Returns:

  • (Boolean)


985
986
987
# File 'sig/types.rbs', line 985

def has_fault
  @has_fault
end

#has_throttleBoolean

Returns the value of attribute has_throttle.

Returns:

  • (Boolean)


987
988
989
# File 'sig/types.rbs', line 987

def has_throttle
  @has_throttle
end

#httpTypes::Http

Returns the value of attribute http.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def http
  @http
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def id
  @id
end

#instance_ids::Array[Types::InstanceIdDetail]

Returns the value of attribute instance_ids.

Returns:



994
995
996
# File 'sig/types.rbs', line 994

def instance_ids
  @instance_ids
end

#is_partialBoolean

Returns the value of attribute is_partial.

Returns:

  • (Boolean)


988
989
990
# File 'sig/types.rbs', line 988

def is_partial
  @is_partial
end

#matched_event_time::Time

Returns the value of attribute matched_event_time.

Returns:

  • (::Time)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def matched_event_time
  @matched_event_time
end

#resource_arns::Array[Types::ResourceARNDetail]

Returns the value of attribute resource_arns.

Returns:



993
994
995
# File 'sig/types.rbs', line 993

def resource_arns
  @resource_arns
end

#response_time::Float

Returns the value of attribute response_time.

Returns:

  • (::Float)


984
985
986
# File 'sig/types.rbs', line 984

def response_time
  @response_time
end

#response_time_root_causes::Array[Types::ResponseTimeRootCause]

Returns the value of attribute response_time_root_causes.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def response_time_root_causes
  @response_time_root_causes
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def revision
  @revision
end

#service_ids::Array[Types::ServiceId]

Returns the value of attribute service_ids.

Returns:



992
993
994
# File 'sig/types.rbs', line 992

def service_ids
  @service_ids
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


982
983
984
# File 'sig/types.rbs', line 982

def start_time
  @start_time
end

#users::Array[Types::TraceUser]

Returns the value of attribute users.

Returns:



991
992
993
# File 'sig/types.rbs', line 991

def users
  @users
end