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:



2897
2898
2899
2900
2901
# File 'lib/aws-sdk-s3control/types.rb', line 2897

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