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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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:



2939
2940
2941
2942
2943
# File 'lib/aws-sdk-s3control/types.rb', line 2939

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