Class: Aws::OpsWorks::Types::DescribePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribePermissionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_user_arn ⇒ String
The user’s IAM ARN.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
permalink #iam_user_arn ⇒ String
The user’s IAM ARN. This can also be a federated user’s ARN. For more information about IAM ARNs, see [Using Identifiers].
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
2679 2680 2681 2682 2683 2684 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2679 class DescribePermissionsRequest < Struct.new( :iam_user_arn, :stack_id) SENSITIVE = [] include Aws::Structure end |
permalink #stack_id ⇒ String
The stack ID.
2679 2680 2681 2682 2683 2684 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2679 class DescribePermissionsRequest < Struct.new( :iam_user_arn, :stack_id) SENSITIVE = [] include Aws::Structure end |