Method: Awspec::Type::AlbTargetGroup#id
- Defined in:
- lib/awspec/type/alb_target_group.rb
#id ⇒ Object
9 10 11 |
# File 'lib/awspec/type/alb_target_group.rb', line 9 def id @id ||= resource_via_client.target_group_name if resource_via_client end |