Class: Aws::Types::SearchResourcesOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchResourcesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_errors ⇒ ::Array[Types::QueryError]
Returns the value of attribute query_errors.
-
#resource_identifiers ⇒ ::Array[Types::ResourceIdentifier]
Returns the value of attribute resource_identifiers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
358 359 360 |
# File 'sig/types.rbs', line 358 def next_token @next_token end |
#query_errors ⇒ ::Array[Types::QueryError]
Returns the value of attribute query_errors.
359 360 361 |
# File 'sig/types.rbs', line 359 def query_errors @query_errors end |
#resource_identifiers ⇒ ::Array[Types::ResourceIdentifier]
Returns the value of attribute resource_identifiers.
357 358 359 |
# File 'sig/types.rbs', line 357 def resource_identifiers @resource_identifiers end |