Class: Aws::OpsWorks::Types::DescribePermissionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_user_arnString

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

Returns:

  • (String)

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

#stack_idString

The stack ID.

Returns:

  • (String)

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