Class: Aws::IAM::Types::GetHumanReadableSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetHumanReadableSummaryResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#locale ⇒ String
The locale that this response was generated for.
-
#summary_content ⇒ String
Summary content in the specified locale.
-
#summary_state ⇒ String
State of summary generation.
Instance Attribute Details
#locale ⇒ String
The locale that this response was generated for. This maps to the input locale.
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_content ⇒ String
Summary content in the specified locale. Summary content is
non-empty only if the SummaryState is AVAILABLE.
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_state ⇒ String
State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.
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 |