Class: Aws::ElasticLoadBalancing::Types::SourceSecurityGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Information about a source security group.

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the security group.

Returns:

  • (String)


2093
2094
2095
2096
2097
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 2093

class SourceSecurityGroup < Struct.new(
  :owner_alias,
  :group_name)
  include Aws::Structure
end

#owner_aliasString

The owner of the security group.

Returns:

  • (String)


2093
2094
2095
2096
2097
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 2093

class SourceSecurityGroup < Struct.new(
  :owner_alias,
  :group_name)
  include Aws::Structure
end