class
Amazonite::Iam::GenerateServiceLastAccessedDetailsRequest
- Amazonite::Iam::GenerateServiceLastAccessedDetailsRequest
- Reference
- Object
Defined in:
iam/generate_service_last_accessed_details_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(arn : String, granularity : AccessAdvisorUsageGranularityType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
-
#arn=(arn : String)
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
-
#granularity : AccessAdvisorUsageGranularityType | Nil
The level of detail that you want to generate.
-
#granularity=(granularity : AccessAdvisorUsageGranularityType | Nil)
The level of detail that you want to generate.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.