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

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

#localeString

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

Returns:

  • (String)


4144
4145
4146
4147
4148
4149
4150
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4144

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)


4144
4145
4146
4147
4148
4149
4150
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4144

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)


4144
4145
4146
4147
4148
4149
4150
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4144

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