Class: Aws::RAM::Types::ReplacePermissionAssociationsWork
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ReplacePermissionAssociationsWork
- Defined in:
- gems/aws-sdk-ram/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
-
#creation_time ⇒ Time
The date and time when this asynchronous background task was created.
-
#from_permission_arn ⇒ String
The [Amazon Resource Name (ARN)][1] of the managed permission that this background task is replacing.
-
#from_permission_version ⇒ String
The version of the managed permission that this background task is replacing.
-
#id ⇒ String
The unique identifier for the background task associated with one ReplacePermissionAssociations request.
-
#last_updated_time ⇒ Time
The date and time when the status of this background task was last updated.
-
#status ⇒ String
Specifies the current status of the background tasks for the specified ID.
-
#status_message ⇒ String
Specifies the reason for a
FAILED
status. -
#to_permission_arn ⇒ String
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
andfromPermissionVersion
. -
#to_permission_version ⇒ String
The version of the managed permission that this background task is associating with the resource shares.
Instance Attribute Details
#creation_time ⇒ Time
The date and time when this asynchronous background task was created.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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_arn ⇒ String
The Amazon Resource Name (ARN) of the managed permission that this background task is replacing.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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_version ⇒ String
The version of the managed permission that this background task is replacing.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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 |
#id ⇒ String
The unique identifier for the background task associated with one ReplacePermissionAssociations request.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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_time ⇒ Time
The date and time when the status of this background task was last updated.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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 ⇒ String
Specifies the current status of the background tasks for the specified ID. The output is one of the following strings:
IN_PROGRESS
COMPLETED
FAILED
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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_message ⇒ String
Specifies the reason for a FAILED
status. This field is present
only when there status
is FAILED
.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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_arn ⇒ String
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
.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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_version ⇒ String
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.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-ram/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 |