Class: Aws::RAM::Types::ReplacePermissionAssociationsWork

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

Overview

A structure that represents the background work that RAM performs when you invoke the ReplacePermissionAssociations operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time when this asynchronous background task was created.

Returns:

  • (Time)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#from_permission_arnString

The [Amazon Resource Name (ARN)] of the managed permission that this background task is replacing.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#from_permission_versionString

The version of the managed permission that this background task is replacing.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the background task associated with one ReplacePermissionAssociations request.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The date and time when the status of this background task was last updated.

Returns:

  • (Time)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies the current status of the background tasks for the specified ID. The output is one of the following strings:

  • ‘IN_PROGRESS`

  • ‘COMPLETED`

  • ‘FAILED`

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Specifies the reason for a ‘FAILED` status. This field is present only when there `status` is `FAILED`.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#to_permission_arnString

The ARN of the managed permission that this background task is associating with the resource shares in place of the managed permission and version specified in ‘fromPermissionArn` and `fromPermissionVersion`.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#to_permission_versionString

The version of the managed permission that this background task is associating with the resource shares. This is always the version that is currently the default for this managed permission.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
# File 'lib/aws-sdk-ram/types.rb', line 2868

class ReplacePermissionAssociationsWork < Struct.new(
  :id,
  :from_permission_arn,
  :from_permission_version,
  :to_permission_arn,
  :to_permission_version,
  :status,
  :status_message,
  :creation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end