Class: Aws::Types::ListIncomingTypedLinksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIncomingTypedLinksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#filter_attribute_ranges ⇒ ::Array[Types::TypedLinkAttributeRange]
Returns the value of attribute filter_attribute_ranges.
-
#filter_typed_link ⇒ Types::TypedLinkSchemaAndFacetName
Returns the value of attribute filter_typed_link.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
Instance Attribute Details
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def directory_arn @directory_arn end |
#filter_attribute_ranges ⇒ ::Array[Types::TypedLinkAttributeRange]
Returns the value of attribute filter_attribute_ranges.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def filter_attribute_ranges @filter_attribute_ranges end |
#filter_typed_link ⇒ Types::TypedLinkSchemaAndFacetName
Returns the value of attribute filter_typed_link.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def filter_typed_link @filter_typed_link end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def next_token @next_token end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def object_reference @object_reference end |