Class: Aws::Types::SearchViewsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchViewsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#views ⇒ ::Array[Types::View]
Returns the value of attribute views.
Instance Attribute Details
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
7618 7619 7620 |
# File 'sig/types.rbs', line 7618 def approximate_total_count @approximate_total_count end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7617 7618 7619 |
# File 'sig/types.rbs', line 7617 def next_token @next_token end |
#views ⇒ ::Array[Types::View]
Returns the value of attribute views.
7616 7617 7618 |
# File 'sig/types.rbs', line 7616 def views @views end |