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.

Instance Attribute Summary collapse

Instance Attribute Details

#policy_statusString

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

Returns:

  • (String)


12190
12191
12192
12193
12194
12195
# File 'lib/aws-sdk-ssm/types.rb', line 12190

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

#policy_textString

The JSON text of the policy.

Returns:

  • (String)


12190
12191
12192
12193
12194
12195
# File 'lib/aws-sdk-ssm/types.rb', line 12190

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

#policy_typeString

The type of policy. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

Returns:

  • (String)


12190
12191
12192
12193
12194
12195
# File 'lib/aws-sdk-ssm/types.rb', line 12190

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