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)


17614
17615
17616
# File 'sig/types.rbs', line 17614

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


17607
17608
17609
# File 'sig/types.rbs', line 17607

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


17613
17614
17615
# File 'sig/types.rbs', line 17613

def group_name
  @group_name
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



17615
17616
17617
# File 'sig/types.rbs', line 17615

def ip_permissions
  @ip_permissions
end

#ip_permissions_egress::Array[Types::IpPermission]

Returns the value of attribute ip_permissions_egress.

Returns:



17608
17609
17610
# File 'sig/types.rbs', line 17608

def ip_permissions_egress
  @ip_permissions_egress
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17612
17613
17614
# File 'sig/types.rbs', line 17612

def owner_id
  @owner_id
end

#security_group_arn::String

Returns the value of attribute security_group_arn.

Returns:

  • (::String)


17611
17612
17613
# File 'sig/types.rbs', line 17611

def security_group_arn
  @security_group_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17609
17610
17611
# File 'sig/types.rbs', line 17609

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


17610
17611
17612
# File 'sig/types.rbs', line 17610

def vpc_id
  @vpc_id
end