Class: Aws::Types::ListResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#billable ⇒ Boolean
Returns the value of attribute billable.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
730 731 732 |
# File 'sig/types.rbs', line 730 def aws_region @aws_region end |
#billable ⇒ Boolean
Returns the value of attribute billable.
732 733 734 |
# File 'sig/types.rbs', line 732 def billable @billable end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
733 734 735 |
# File 'sig/types.rbs', line 733 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
734 735 736 |
# File 'sig/types.rbs', line 734 def next_token @next_token end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
731 732 733 |
# File 'sig/types.rbs', line 731 def resource_types @resource_types end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
728 729 730 |
# File 'sig/types.rbs', line 728 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
729 730 731 |
# File 'sig/types.rbs', line 729 def service_function_id @service_function_id end |