Class: Aws::IAM::Types::GetHumanReadableSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetHumanReadableSummaryRequest
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_arn ⇒ String
Arn of the entity to be summarized.
-
#locale ⇒ String
A string representing the locale to use for the summary generation.
Instance Attribute Details
#entity_arn ⇒ String
Arn of the entity to be summarized. At this time, the only supported
entity type is delegation-request
4120 4121 4122 4123 4124 4125 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4120 class GetHumanReadableSummaryRequest < Struct.new( :entity_arn, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
A string representing the locale to use for the summary generation. The supported locale strings are based on the Supported languages of the Amazon Web Services Management Console .
4120 4121 4122 4123 4124 4125 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4120 class GetHumanReadableSummaryRequest < Struct.new( :entity_arn, :locale) SENSITIVE = [] include Aws::Structure end |