Class: Aws::Signer::Types::AddProfilePermissionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The AWS Signer action permitted as part of cross-account permissions.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 58

class AddProfilePermissionRequest < Struct.new(
  :profile_name,
  :profile_version,
  :action,
  :principal,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#principalString

The AWS principal receiving cross-account permissions. This may be an IAM role or another AWS account ID.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 58

class AddProfilePermissionRequest < Struct.new(
  :profile_name,
  :profile_version,
  :action,
  :principal,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#profile_nameString

The human-readable name of the signing profile.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 58

class AddProfilePermissionRequest < Struct.new(
  :profile_name,
  :profile_version,
  :action,
  :principal,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#profile_versionString

The version of the signing profile.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 58

class AddProfilePermissionRequest < Struct.new(
  :profile_name,
  :profile_version,
  :action,
  :principal,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

A unique identifier for the current profile revision.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 58

class AddProfilePermissionRequest < Struct.new(
  :profile_name,
  :profile_version,
  :action,
  :principal,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#statement_idString

A unique identifier for the cross-account permission statement.

Returns:

  • (String)


58
59
60
61
62
63
64
65
66
67
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 58

class AddProfilePermissionRequest < Struct.new(
  :profile_name,
  :profile_version,
  :action,
  :principal,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end