class
Amazonite::CloudWatchLogs::DescribeResourcePoliciesResponse
- Amazonite::CloudWatchLogs::DescribeResourcePoliciesResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_resource_policies_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_policies : Array(ResourcePolicy) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#resource_policies : Array(ResourcePolicy) | Nil
The resource policies that exist in this account.
-
#resource_policies=(resource_policies : Array(ResourcePolicy) | Nil)
The resource policies that exist in this account.
- #validate! : Nil
Constructor Detail
def self.new(resource_policies : Array(ResourcePolicy) | Nil = nil, next_token : String | 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?.
def resource_policies : Array(ResourcePolicy) | Nil
#
The resource policies that exist in this account.
def resource_policies=(resource_policies : Array(ResourcePolicy) | Nil)
#
The resource policies that exist in this account.