Class: Aws::Types::AwsEc2SecurityGroupDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def group_name
  @group_name
end

#ip_permissions::Array[Types::AwsEc2SecurityGroupIpPermission]

Returns the value of attribute ip_permissions.



1817
1818
1819
# File 'sig/types.rbs', line 1817

def ip_permissions
  @ip_permissions
end

#ip_permissions_egress::Array[Types::AwsEc2SecurityGroupIpPermission]

Returns the value of attribute ip_permissions_egress.



1818
1819
1820
# File 'sig/types.rbs', line 1818

def ip_permissions_egress
  @ip_permissions_egress
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def owner_id
  @owner_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def vpc_id
  @vpc_id
end