class AWS::SNS::Subscription

def owner_id

Returns:
  • (String) - The AWS account ID of the subscription owner.
def owner_id
  @owner_id ||= get_attributes['Owner']
end