Method: Fog::Parsers::AWS::ELB::ApplySecurityGroupsToLoadBalancer#reset
- Defined in:
- lib/fog/aws/parsers/elb/apply_security_groups_to_load_balancer.rb
#reset ⇒ Object
8 9 10 |
# File 'lib/fog/aws/parsers/elb/apply_security_groups_to_load_balancer.rb', line 8 def reset @response = { 'ApplySecurityGroupsToLoadBalancerResult' => { 'SecurityGroups' => [] }, 'ResponseMetadata' => {} } end |