Class: Aws::IAM::Types::GetHumanReadableSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetHumanReadableSummaryResponse
- Includes:
- Structure
- Defined in:
- 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.
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_content ⇒ String
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_state ⇒ String
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 |