Class: Aws::Types::TraceSummary
- Inherits:
-
Object
- Object
- Aws::Types::TraceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotations ⇒ ::Hash[::String, ::Array[Types::ValueWithServiceIds]]
Returns the value of attribute annotations.
-
#availability_zones ⇒ ::Array[Types::AvailabilityZoneDetail]
Returns the value of attribute availability_zones.
-
#duration ⇒ ::Float
Returns the value of attribute duration.
-
#entry_point ⇒ Types::ServiceId
Returns the value of attribute entry_point.
-
#error_root_causes ⇒ ::Array[Types::ErrorRootCause]
Returns the value of attribute error_root_causes.
-
#fault_root_causes ⇒ ::Array[Types::FaultRootCause]
Returns the value of attribute fault_root_causes.
-
#has_error ⇒ Boolean
Returns the value of attribute has_error.
-
#has_fault ⇒ Boolean
Returns the value of attribute has_fault.
-
#has_throttle ⇒ Boolean
Returns the value of attribute has_throttle.
-
#http ⇒ Types::Http
Returns the value of attribute http.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_ids ⇒ ::Array[Types::InstanceIdDetail]
Returns the value of attribute instance_ids.
-
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
-
#matched_event_time ⇒ ::Time
Returns the value of attribute matched_event_time.
-
#resource_arns ⇒ ::Array[Types::ResourceARNDetail]
Returns the value of attribute resource_arns.
-
#response_time ⇒ ::Float
Returns the value of attribute response_time.
-
#response_time_root_causes ⇒ ::Array[Types::ResponseTimeRootCause]
Returns the value of attribute response_time_root_causes.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
-
#service_ids ⇒ ::Array[Types::ServiceId]
Returns the value of attribute service_ids.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#users ⇒ ::Array[Types::TraceUser]
Returns the value of attribute users.
Instance Attribute Details
#annotations ⇒ ::Hash[::String, ::Array[Types::ValueWithServiceIds]]
Returns the value of attribute annotations.
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.
995 996 997 |
# File 'sig/types.rbs', line 995 def availability_zones @availability_zones end |
#duration ⇒ ::Float
Returns the value of attribute duration.
983 984 985 |
# File 'sig/types.rbs', line 983 def duration @duration end |
#entry_point ⇒ Types::ServiceId
Returns the value of attribute entry_point.
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.
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.
997 998 999 |
# File 'sig/types.rbs', line 997 def fault_root_causes @fault_root_causes end |
#has_error ⇒ Boolean
Returns the value of attribute has_error.
986 987 988 |
# File 'sig/types.rbs', line 986 def has_error @has_error end |
#has_fault ⇒ Boolean
Returns the value of attribute has_fault.
985 986 987 |
# File 'sig/types.rbs', line 985 def has_fault @has_fault end |
#has_throttle ⇒ Boolean
Returns the value of attribute has_throttle.
987 988 989 |
# File 'sig/types.rbs', line 987 def has_throttle @has_throttle end |
#http ⇒ Types::Http
Returns the value of attribute http.
989 990 991 |
# File 'sig/types.rbs', line 989 def http @http end |
#id ⇒ ::String
Returns the value of attribute id.
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.
994 995 996 |
# File 'sig/types.rbs', line 994 def instance_ids @instance_ids end |
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
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.
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.
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.
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.
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.
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.
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.
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.
991 992 993 |
# File 'sig/types.rbs', line 991 def users @users end |