Class: Aws::Types::ListOutgoingTypedLinksRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_level"SERIALIZABLE", "EVENTUAL"

Returns the value of attribute consistency_level.

Returns:

  • ("SERIALIZABLE", "EVENTUAL")


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.

Returns:

  • (::String)


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.

Returns:



1212
1213
1214
# File 'sig/types.rbs', line 1212

def filter_attribute_ranges
  @filter_attribute_ranges
end

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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def next_token
  @next_token
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def object_reference
  @object_reference
end