Class: Aws::IAM::Types::InlinePolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains an inline policy template that the service embeds in roles that you create from a role template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_documentString

The inline policy document.

Returns:

  • (String)


5665
5666
5667
5668
5669
5670
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 5665

class InlinePolicy < Struct.new(
  :policy_name,
  :policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

The name of the inline policy.

Returns:

  • (String)


5665
5666
5667
5668
5669
5670
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 5665

class InlinePolicy < Struct.new(
  :policy_name,
  :policy_document)
  SENSITIVE = []
  include Aws::Structure
end