Class: Aws::Types::UpdateSecurityRequirementPackInput

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)


2402
2403
2404
# File 'sig/types.rbs', line 2402

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2401
2402
2403
# File 'sig/types.rbs', line 2401

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


2400
2401
2402
# File 'sig/types.rbs', line 2400

def pack_id
  @pack_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


2403
2404
2405
# File 'sig/types.rbs', line 2403

def status
  @status
end