class Aws::ARN
def initialize(options = {})
(**options)
-
:resource
(String
) -- -
:account_id
(String
) -- -
:region
(String
) -- -
:service
(String
) -- -
:partition
(String
) --
Parameters:
-
options
(Hash
) --
def initialize(options = {}) @partition = options[:partition] @service = options[:service] @region = options[:region] @account_id = options[:account_id] @resource = options[:resource] end