Class: Aws::MigrationHubStrategyRecommendations::Types::S3Object
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::S3Object
- 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
-
#s3_bucket ⇒ String
The S3 bucket name.
-
#s3key ⇒ String
The Amazon S3 key name.
Instance Attribute Details
#s3_bucket ⇒ String
The S3 bucket name.
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 |
#s3key ⇒ String
The Amazon S3 key name.
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 |