class
Amazonite::Iam::InlinePolicy
- Amazonite::Iam::InlinePolicy
- Reference
- Object
Overview
Contains an inline policy template that the service embeds in roles that you create from a role template.
Defined in:
iam/inline_policy.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy_document : String
The inline policy document.
-
#policy_document=(policy_document : String)
The inline policy document.
-
#policy_name : String
The name of the inline policy.
-
#policy_name=(policy_name : String)
The name of the inline policy.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.