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)


740
741
742
# File 'sig/types.rbs', line 740

def kms_key_id
  @kms_key_id
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def pack_id
  @pack_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


739
740
741
# File 'sig/types.rbs', line 739

def status
  @status
end