Class: Aws::S3Control::Types::GetAccessPointScopeResult

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

#scopeTypes::Scope

The contents of the access point scope.

Returns:



2931
2932
2933
2934
2935
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931

class GetAccessPointScopeResult < Struct.new(
  :scope)
  SENSITIVE = []
  include Aws::Structure
end