Class: Aws::Types::ListTypedLinkFacetAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTypedLinkFacetAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def next_token @next_token end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def schema_arn @schema_arn end |