Class: Aws::ResilienceHub::Types::S3Location

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucketString

The name of the Amazon S3 bucket.

Returns:

  • (String)


5977
5978
5979
5980
5981
5982
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5977

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

#prefixString

The prefix for the Amazon S3 bucket.

Returns:

  • (String)


5977
5978
5979
5980
5981
5982
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5977

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