class Aws::Partitions::Partition
def initialize(options = {})
- Api: - private
Options Hash:
(**options)-
:services(required, Hash) -- -
:regions(required, Hash) -- -
:name(required, String) --
def initialize(options = {}) @name = options[:name] @regions = options[:regions] @services = options[:services] end