Class: Aws::S3Control::Types::GetBucketVersioningRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the S3 on Outposts bucket.

Returns:

  • (String)


3007
3008
3009
3010
3011
3012
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3007

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

#bucketString

The S3 on Outposts bucket to return the versioning state for.

Returns:

  • (String)


3007
3008
3009
3010
3011
3012
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3007

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