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)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2359
2360
2361
# File 'sig/types.rbs', line 2359

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


2358
2359
2360
# File 'sig/types.rbs', line 2358

def pack_id
  @pack_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


2361
2362
2363
# File 'sig/types.rbs', line 2361

def status
  @status
end