Class: Aws::Types::ListFacetNamesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFacetNamesRequest
- 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.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def next_token @next_token end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def schema_arn @schema_arn end |