Class: Aws::Types::CreateSecurityRequirementPackOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def kms_key_id
  @kms_key_id
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def pack_id
  @pack_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


746
747
748
# File 'sig/types.rbs', line 746

def status
  @status
end