Class: Aws::S3::Types::CommonPrefix
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::CommonPrefix
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
Instance Attribute Details
#prefix ⇒ String
685 686 687 688 |
# File 'lib/aws-sdk-s3/types.rb', line 685 class CommonPrefix < Struct.new( :prefix) include Aws::Structure end |