Class: Aws::SSM::Types::ParameterInlinePolicy

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

One or more policies assigned to a parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_statusString

The status of the policy. Policies report the following statuses: Pending (the policy hasn’t been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn’t applied), or InProgress (the policy is being applied now).



15026
15027
15028
15029
15030
15031
15032
# File 'lib/aws-sdk-ssm/types.rb', line 15026

class ParameterInlinePolicy < Struct.new(
  :policy_text,
  :policy_type,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end

#policy_textString

The JSON text of the policy.



15026
15027
15028
15029
15030
15031
15032
# File 'lib/aws-sdk-ssm/types.rb', line 15026

class ParameterInlinePolicy < Struct.new(
  :policy_text,
  :policy_type,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end

#policy_typeString

The type of policy. Parameter Store, a tool in Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.



15026
15027
15028
15029
15030
15031
15032
# File 'lib/aws-sdk-ssm/types.rb', line 15026

class ParameterInlinePolicy < Struct.new(
  :policy_text,
  :policy_type,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end