Class: Aws::Types::StaleSecurityGroup

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)


18062
18063
18064
# File 'sig/types.rbs', line 18062

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


18063
18064
18065
# File 'sig/types.rbs', line 18063

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


18064
18065
18066
# File 'sig/types.rbs', line 18064

def group_name
  @group_name
end

#stale_ip_permissions::Array[Types::StaleIpPermission]

Returns the value of attribute stale_ip_permissions.

Returns:



18065
18066
18067
# File 'sig/types.rbs', line 18065

def stale_ip_permissions
  @stale_ip_permissions
end

#stale_ip_permissions_egress::Array[Types::StaleIpPermission]

Returns the value of attribute stale_ip_permissions_egress.

Returns:



18066
18067
18068
# File 'sig/types.rbs', line 18066

def stale_ip_permissions_egress
  @stale_ip_permissions_egress
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


18067
18068
18069
# File 'sig/types.rbs', line 18067

def vpc_id
  @vpc_id
end