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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/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)


4131
4132
4133
4134
4135
4136
4137
4138
4139
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4131

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)


4131
4132
4133
4134
4135
4136
4137
4138
4139
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4131

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 AWS Identity and Access Management (IAM) role. For more information about IAM ARNs, see Using Identifiers.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
4138
4139
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4131

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

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
4138
4139
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4131

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)


4131
4132
4133
4134
4135
4136
4137
4138
4139
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4131

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