Class: Aws::ResilienceHub::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
The location of the Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the Amazon S3 bucket.
-
#prefix ⇒ String
The prefix for the Amazon S3 bucket.
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket.
5765 5766 5767 5768 5769 5770 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5765 class S3Location < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix for the Amazon S3 bucket.
5765 5766 5767 5768 5769 5770 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5765 class S3Location < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |