Class: Aws::LicenseManager::Types::S3Location

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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

Instance Attribute Details

#bucketString

Name of the S3 bucket reports are published to.

Returns:

  • (String)


3602
3603
3604
3605
3606
3607
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3602

class S3Location < Struct.new(
  :bucket,
  :key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#key_prefixString

Prefix of the S3 bucket reports are published to.

Returns:

  • (String)


3602
3603
3604
3605
3606
3607
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3602

class S3Location < Struct.new(
  :bucket,
  :key_prefix)
  SENSITIVE = []
  include Aws::Structure
end