Class: Aws::Types::SecurityGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


16957
16958
16959
# File 'sig/types.rbs', line 16957

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


16950
16951
16952
# File 'sig/types.rbs', line 16950

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


16956
16957
16958
# File 'sig/types.rbs', line 16956

def group_name
  @group_name
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



16958
16959
16960
# File 'sig/types.rbs', line 16958

def ip_permissions
  @ip_permissions
end

#ip_permissions_egress::Array[Types::IpPermission]

Returns the value of attribute ip_permissions_egress.

Returns:



16951
16952
16953
# File 'sig/types.rbs', line 16951

def ip_permissions_egress
  @ip_permissions_egress
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


16955
16956
16957
# File 'sig/types.rbs', line 16955

def owner_id
  @owner_id
end

#security_group_arn::String

Returns the value of attribute security_group_arn.

Returns:

  • (::String)


16954
16955
16956
# File 'sig/types.rbs', line 16954

def security_group_arn
  @security_group_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



16952
16953
16954
# File 'sig/types.rbs', line 16952

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


16953
16954
16955
# File 'sig/types.rbs', line 16953

def vpc_id
  @vpc_id
end