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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/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 'gems/aws-sdk-migrationhubstrategyrecommendations/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 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1861

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