Class: Aws::MigrationHubStrategyRecommendations::Types::S3Object

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

Overview

Contains the S3 bucket name and the Amazon S3 key name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The S3 bucket name.

Returns:

  • (String)


1861
1862
1863
1864
1865
1866
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1861

class S3Object < Struct.new(
  :s3_bucket,
  :s3key)
  SENSITIVE = []
  include Aws::Structure
end

#s3keyString

The Amazon S3 key name.

Returns:

  • (String)


1861
1862
1863
1864
1865
1866
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1861

class S3Object < Struct.new(
  :s3_bucket,
  :s3key)
  SENSITIVE = []
  include Aws::Structure
end