Class: Aws::S3Control::Types::StorageLensAwsOrg
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensAwsOrg
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
The Amazon Web Services organization for your S3 Storage Lens.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization.
Instance Attribute Details
#arn ⇒ String
A container for the Amazon Resource Name (ARN) of the Amazon Web
Services organization. This property is read-only and follows the
following format:
arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7719 class StorageLensAwsOrg < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |