Class: Aws::Types::SearchOutput
- Inherits:
-
Object
- Object
- Aws::Types::SearchOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ Types::ResourceCount
Returns the value of attribute count.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
-
#view_arn ⇒ ::String
Returns the value of attribute view_arn.
Instance Attribute Details
#count ⇒ Types::ResourceCount
Returns the value of attribute count.
431 432 433 |
# File 'sig/types.rbs', line 431 def count @count end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
429 430 431 |
# File 'sig/types.rbs', line 429 def next_token @next_token end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
428 429 430 |
# File 'sig/types.rbs', line 428 def resources @resources end |
#view_arn ⇒ ::String
Returns the value of attribute view_arn.
430 431 432 |
# File 'sig/types.rbs', line 430 def view_arn @view_arn end |