class
Amazonite::Iam::PolicyParameter
- Amazonite::Iam::PolicyParameter
- Reference
- Object
Overview
Contains information about a policy parameter used to customize delegated permissions.
Defined in:
iam/policy_parameter.crConstructors
- .from_xml(node : XML::Node) : self
- .new(name : String | Nil = nil, values : Array(String) | Nil = nil, type : PolicyParameterTypeEnum | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the policy parameter.
-
#name=(name : String | Nil)
The name of the policy parameter.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : PolicyParameterTypeEnum | Nil
The data type of the policy parameter value.
-
#type=(type : PolicyParameterTypeEnum | Nil)
The data type of the policy parameter value.
- #validate! : Nil
-
#values : Array(String) | Nil
The allowed values for the policy parameter.
-
#values=(values : Array(String) | Nil)
The allowed values for the policy parameter.
Constructor Detail
def self.new(name : String | Nil = nil, values : Array(String) | Nil = nil, type : PolicyParameterTypeEnum | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.