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)


17593
17594
17595
# File 'sig/types.rbs', line 17593

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


17586
17587
17588
# File 'sig/types.rbs', line 17586

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


17592
17593
17594
# File 'sig/types.rbs', line 17592

def group_name
  @group_name
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



17594
17595
17596
# File 'sig/types.rbs', line 17594

def ip_permissions
  @ip_permissions
end

#ip_permissions_egress::Array[Types::IpPermission]

Returns the value of attribute ip_permissions_egress.

Returns:



17587
17588
17589
# File 'sig/types.rbs', line 17587

def ip_permissions_egress
  @ip_permissions_egress
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17591
17592
17593
# File 'sig/types.rbs', line 17591

def owner_id
  @owner_id
end

#security_group_arn::String

Returns the value of attribute security_group_arn.

Returns:

  • (::String)


17590
17591
17592
# File 'sig/types.rbs', line 17590

def security_group_arn
  @security_group_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17588
17589
17590
# File 'sig/types.rbs', line 17588

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


17589
17590
17591
# File 'sig/types.rbs', line 17589

def vpc_id
  @vpc_id
end