Class: Aws::Types::ListDependenciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDependenciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_range_end_time ⇒ ::Time
Returns the value of attribute query_range_end_time.
-
#query_range_granularity ⇒ "HOURLY", "DAILY"
Returns the value of attribute query_range_granularity.
-
#query_range_start_time ⇒ ::Time
Returns the value of attribute query_range_start_time.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
627 628 629 |
# File 'sig/types.rbs', line 627 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
628 629 630 |
# File 'sig/types.rbs', line 628 def next_token @next_token end |
#query_range_end_time ⇒ ::Time
Returns the value of attribute query_range_end_time.
625 626 627 |
# File 'sig/types.rbs', line 625 def query_range_end_time @query_range_end_time end |
#query_range_granularity ⇒ "HOURLY", "DAILY"
Returns the value of attribute query_range_granularity.
626 627 628 |
# File 'sig/types.rbs', line 626 def query_range_granularity @query_range_granularity end |
#query_range_start_time ⇒ ::Time
Returns the value of attribute query_range_start_time.
624 625 626 |
# File 'sig/types.rbs', line 624 def query_range_start_time @query_range_start_time end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
623 624 625 |
# File 'sig/types.rbs', line 623 def service_arn @service_arn end |