Class: Aws::S3::Types::CommonPrefix

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#prefixString

Returns:

  • (String)


693
694
695
696
# File 'lib/aws-sdk-s3/types.rb', line 693

class CommonPrefix < Struct.new(
  :prefix)
  include Aws::Structure
end