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.

Returns:

  • (String)


4169
4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-iam/types.rb', line 4169

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`.

Returns:

  • (String)


4169
4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-iam/types.rb', line 4169

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.

Returns:

  • (String)


4169
4170
4171
4172
4173
4174
4175
# File 'lib/aws-sdk-iam/types.rb', line 4169

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