Class: Aws::IAM::Types::GetHumanReadableSummaryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_arnString

Arn of the entity to be summarized. At this time, the only supported entity type is delegation-request

Returns:

  • (String)


4129
4130
4131
4132
4133
4134
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4129

class GetHumanReadableSummaryRequest < Struct.new(
  :entity_arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

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 .

Returns:

  • (String)


4129
4130
4131
4132
4133
4134
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4129

class GetHumanReadableSummaryRequest < Struct.new(
  :entity_arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end