Class: Aws::Types::GetServiceGraphResult
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceGraphResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contains_old_group_versions ⇒ Boolean
Returns the value of attribute contains_old_group_versions.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#services ⇒ ::Array[Types::Service]
Returns the value of attribute services.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#contains_old_group_versions ⇒ Boolean
Returns the value of attribute contains_old_group_versions.
374 375 376 |
# File 'sig/types.rbs', line 374 def contains_old_group_versions @contains_old_group_versions end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
372 373 374 |
# File 'sig/types.rbs', line 372 def end_time @end_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
375 376 377 |
# File 'sig/types.rbs', line 375 def next_token @next_token end |
#services ⇒ ::Array[Types::Service]
Returns the value of attribute services.
373 374 375 |
# File 'sig/types.rbs', line 373 def services @services end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
371 372 373 |
# File 'sig/types.rbs', line 371 def start_time @start_time end |