Class: Aws::Types::ListOutgoingTypedLinksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListOutgoingTypedLinksRequest
- 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.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def directory_arn @directory_arn end |
#filter_attribute_ranges ⇒ ::Array[Types::TypedLinkAttributeRange]
Returns the value of attribute filter_attribute_ranges.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def filter_attribute_ranges @filter_attribute_ranges end |
#filter_typed_link ⇒ Types::TypedLinkSchemaAndFacetName
Returns the value of attribute filter_typed_link.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def filter_typed_link @filter_typed_link end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def next_token @next_token end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def object_reference @object_reference end |