Class: S3Secure::PublicAccess::Base

Inherits:
CLI::Base
  • Object
show all
Extended by:
Memoist
Defined in:
lib/s3_secure/public_access/base.rb

Direct Known Subclasses

Block, List, Show, Unblock

Instance Method Summary collapse

Methods inherited from CLI::Base

#buckets, #initialize

Methods included from CLI::Say

#say

Methods included from AwsServices

#sts

Methods included from AwsServices::S3

#check_bucket!, #new_s3_regional_client, #region, #region_map, #s3, #s3_client, #s3_regional_client

Constructor Details

This class inherits a constructor from S3Secure::CLI::Base

Instance Method Details

#account_idObject



5
6
7
# File 'lib/s3_secure/public_access/base.rb', line 5

def 
  sts.get_caller_identity.
end