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
693 694 695 696 |
# File 'lib/aws-sdk-s3/types.rb', line 693 class CommonPrefix < Struct.new( :prefix) include Aws::Structure end |