Class: Aws::Types::Service
- Inherits:
-
Object
- Object
- Aws::Types::Service
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#duration_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute duration_histogram.
-
#edges ⇒ ::Array[Types::Edge]
Returns the value of attribute edges.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#reference_id ⇒ ::Integer
Returns the value of attribute reference_id.
-
#response_time_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute response_time_histogram.
-
#root ⇒ Boolean
Returns the value of attribute root.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#summary_statistics ⇒ Types::ServiceStatistics
Returns the value of attribute summary_statistics.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def account_id @account_id end |
#duration_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute duration_histogram.
887 888 889 |
# File 'sig/types.rbs', line 887 def duration_histogram @duration_histogram end |
#edges ⇒ ::Array[Types::Edge]
Returns the value of attribute edges.
885 886 887 |
# File 'sig/types.rbs', line 885 def edges @edges end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
884 885 886 |
# File 'sig/types.rbs', line 884 def end_time @end_time end |
#name ⇒ ::String
Returns the value of attribute name.
877 878 879 |
# File 'sig/types.rbs', line 877 def name @name end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
878 879 880 |
# File 'sig/types.rbs', line 878 def names @names end |
#reference_id ⇒ ::Integer
Returns the value of attribute reference_id.
876 877 878 |
# File 'sig/types.rbs', line 876 def reference_id @reference_id end |
#response_time_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute response_time_histogram.
888 889 890 |
# File 'sig/types.rbs', line 888 def response_time_histogram @response_time_histogram end |
#root ⇒ Boolean
Returns the value of attribute root.
879 880 881 |
# File 'sig/types.rbs', line 879 def root @root end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
883 884 885 |
# File 'sig/types.rbs', line 883 def start_time @start_time end |
#state ⇒ ::String
Returns the value of attribute state.
882 883 884 |
# File 'sig/types.rbs', line 882 def state @state end |
#summary_statistics ⇒ Types::ServiceStatistics
Returns the value of attribute summary_statistics.
886 887 888 |
# File 'sig/types.rbs', line 886 def summary_statistics @summary_statistics end |
#type ⇒ ::String
Returns the value of attribute type.
881 882 883 |
# File 'sig/types.rbs', line 881 def type @type end |