Class: Aws::Types::UpdateSecurityRequirementPackOutput

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)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def pack_id
  @pack_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


2369
2370
2371
# File 'sig/types.rbs', line 2369

def status
  @status
end