Class: Aws::S3Control::Types::GetAccessPointScopeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointScopeResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scope ⇒ Types::Scope
The contents of the access point scope.
Instance Attribute Details
#scope ⇒ Types::Scope
The contents of the access point scope.
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 |