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