Class: Aws::IAM::Types::GetHumanReadableSummaryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#localeString

The locale that this response was generated for. This maps to the input locale.



4153
4154
4155
4156
4157
4158
4159
# File 'lib/aws-sdk-iam/types.rb', line 4153

class GetHumanReadableSummaryResponse < Struct.new(
  :summary_content,
  :locale,
  :summary_state)
  SENSITIVE = []
  include Aws::Structure
end

#summary_contentString

Summary content in the specified locale. Summary content is non-empty only if the ‘SummaryState` is `AVAILABLE`.



4153
4154
4155
4156
4157
4158
4159
# File 'lib/aws-sdk-iam/types.rb', line 4153

class GetHumanReadableSummaryResponse < Struct.new(
  :summary_content,
  :locale,
  :summary_state)
  SENSITIVE = []
  include Aws::Structure
end

#summary_stateString

State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.



4153
4154
4155
4156
4157
4158
4159
# File 'lib/aws-sdk-iam/types.rb', line 4153

class GetHumanReadableSummaryResponse < Struct.new(
  :summary_content,
  :locale,
  :summary_state)
  SENSITIVE = []
  include Aws::Structure
end