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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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).

Returns:

  • (String)


13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13905

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

#policy_textString

The JSON text of the policy.

Returns:

  • (String)


13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13905

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

#policy_typeString

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

Returns:

  • (String)


13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13905

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