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)


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

#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)


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