Class: Aws::LicenseManager::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Details of the S3 bucket that report generator reports are published to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
Name of the S3 bucket reports are published to.
-
#key_prefix ⇒ String
Prefix of the S3 bucket reports are published to.
Instance Attribute Details
#bucket ⇒ String
Name of the S3 bucket reports are published to.
3602 3603 3604 3605 3606 3607 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3602 class S3Location < Struct.new( :bucket, :key_prefix) SENSITIVE = [] include Aws::Structure end |
#key_prefix ⇒ String
Prefix of the S3 bucket reports are published to.
3602 3603 3604 3605 3606 3607 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3602 class S3Location < Struct.new( :bucket, :key_prefix) SENSITIVE = [] include Aws::Structure end |