Class: Aws::Types::ListIncomingTypedLinksRequest

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")


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.

Returns:

  • (::String)


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.

Returns:



1089
1090
1091
# File 'sig/types.rbs', line 1089

def filter_attribute_ranges
  @filter_attribute_ranges
end

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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def next_token
  @next_token
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



1088
1089
1090
# File 'sig/types.rbs', line 1088

def object_reference
  @object_reference
end