Class: Aws::Types::GetServiceGraphRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceGraphRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
363 364 365 |
# File 'sig/types.rbs', line 363 def end_time @end_time end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
365 366 367 |
# File 'sig/types.rbs', line 365 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
364 365 366 |
# File 'sig/types.rbs', line 364 def group_name @group_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
366 367 368 |
# File 'sig/types.rbs', line 366 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
362 363 364 |
# File 'sig/types.rbs', line 362 def start_time @start_time end |