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)


17426
17427
17428
# File 'sig/types.rbs', line 17426

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


17427
17428
17429
# File 'sig/types.rbs', line 17427

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


17428
17429
17430
# File 'sig/types.rbs', line 17428

def group_name
  @group_name
end

#stale_ip_permissions::Array[Types::StaleIpPermission]

Returns the value of attribute stale_ip_permissions.

Returns:



17429
17430
17431
# File 'sig/types.rbs', line 17429

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:



17430
17431
17432
# File 'sig/types.rbs', line 17430

def stale_ip_permissions_egress
  @stale_ip_permissions_egress
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


17431
17432
17433
# File 'sig/types.rbs', line 17431

def vpc_id
  @vpc_id
end