Method: Awspec::Type::SesIdentity#initialize
- Defined in:
- lib/awspec/type/ses_identity.rb
#initialize(id) ⇒ SesIdentity
Returns a new instance of SesIdentity.
3 4 5 6 7 |
# File 'lib/awspec/type/ses_identity.rb', line 3 def initialize(id) super @resource_via_client = find_ses_identity(id) @id = @resource_via_client if @resource_via_client end |