Class: Aws::S3Control::Types::StorageLensAwsOrg

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


7541
7542
7543
7544
7545
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7541

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