Class: Aws::OpsWorks::Types::Permission

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

Overview

Describes stack or user permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_sshBoolean

Whether the user can use SSH.

Returns:

  • (Boolean)


4146
4147
4148
4149
4150
4151
4152
4153
4154
# File 'lib/aws-sdk-opsworks/types.rb', line 4146

class Permission < Struct.new(
  :stack_id,
  :iam_user_arn,
  :allow_ssh,
  :allow_sudo,
  :level)
  SENSITIVE = []
  include Aws::Structure
end

#allow_sudoBoolean

Whether the user can use sudo.

Returns:

  • (Boolean)


4146
4147
4148
4149
4150
4151
4152
4153
4154
# File 'lib/aws-sdk-opsworks/types.rb', line 4146

class Permission < Struct.new(
  :stack_id,
  :iam_user_arn,
  :allow_ssh,
  :allow_sudo,
  :level)
  SENSITIVE = []
  include Aws::Structure
end

#iam_user_arnString

The Amazon Resource Name (ARN) for an Identity and Access Management (IAM) role. For more information about IAM ARNs, see [Using Identifiers].

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html

Returns:

  • (String)


4146
4147
4148
4149
4150
4151
4152
4153
4154
# File 'lib/aws-sdk-opsworks/types.rb', line 4146

class Permission < Struct.new(
  :stack_id,
  :iam_user_arn,
  :allow_ssh,
  :allow_sudo,
  :level)
  SENSITIVE = []
  include Aws::Structure
end

#levelString

The user’s permission level, which must be the following:

  • ‘deny`

  • ‘show`

  • ‘deploy`

  • ‘manage`

  • ‘iam_only`

For more information on the permissions associated with these levels, see [Managing User Permissions]

[1]: docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html

Returns:

  • (String)


4146
4147
4148
4149
4150
4151
4152
4153
4154
# File 'lib/aws-sdk-opsworks/types.rb', line 4146

class Permission < Struct.new(
  :stack_id,
  :iam_user_arn,
  :allow_ssh,
  :allow_sudo,
  :level)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

A stack ID.

Returns:

  • (String)


4146
4147
4148
4149
4150
4151
4152
4153
4154
# File 'lib/aws-sdk-opsworks/types.rb', line 4146

class Permission < Struct.new(
  :stack_id,
  :iam_user_arn,
  :allow_ssh,
  :allow_sudo,
  :level)
  SENSITIVE = []
  include Aws::Structure
end