Class: Aws::Types::ListObjectParentsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_level"SERIALIZABLE", "EVENTUAL"

Returns the value of attribute consistency_level.



1182
1183
1184
# File 'sig/types.rbs', line 1182

def consistency_level
  @consistency_level
end

#directory_arn::String

Returns the value of attribute directory_arn.



1178
1179
1180
# File 'sig/types.rbs', line 1178

def directory_arn
  @directory_arn
end

Returns the value of attribute include_all_links_to_each_parent.



1183
1184
1185
# File 'sig/types.rbs', line 1183

def include_all_links_to_each_parent
  @include_all_links_to_each_parent
end

#max_results::Integer

Returns the value of attribute max_results.



1181
1182
1183
# File 'sig/types.rbs', line 1181

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1180
1181
1182
# File 'sig/types.rbs', line 1180

def next_token
  @next_token
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



1179
1180
1181
# File 'sig/types.rbs', line 1179

def object_reference
  @object_reference
end