Class: Aws::Types::ListObjectAttributesRequest

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.



1137
1138
1139
# File 'sig/types.rbs', line 1137

def consistency_level
  @consistency_level
end

#directory_arn::String

Returns the value of attribute directory_arn.



1133
1134
1135
# File 'sig/types.rbs', line 1133

def directory_arn
  @directory_arn
end

#facet_filterTypes::SchemaFacet

Returns the value of attribute facet_filter.



1138
1139
1140
# File 'sig/types.rbs', line 1138

def facet_filter
  @facet_filter
end

#max_results::Integer

Returns the value of attribute max_results.



1136
1137
1138
# File 'sig/types.rbs', line 1136

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1135
1136
1137
# File 'sig/types.rbs', line 1135

def next_token
  @next_token
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



1134
1135
1136
# File 'sig/types.rbs', line 1134

def object_reference
  @object_reference
end