Class: Aws::OpsWorks::Types::DescribeUserProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeUserProfilesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_user_arns ⇒ Array<String>
An array of IAM or federated user ARNs that identify the users to be described.
Instance Attribute Details
#iam_user_arns ⇒ Array<String>
An array of IAM or federated user ARNs that identify the users to be described.
2954 2955 2956 2957 2958 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2954 class DescribeUserProfilesRequest < Struct.new( :iam_user_arns) SENSITIVE = [] include Aws::Structure end |