Class: Aws::RAM::Types::ResourceSharePermissionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ResourceSharePermissionDetail
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
Information about a RAM managed permission.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [Amazon Resource Name (ARN)][1] of this RAM managed permission.
-
#creation_time ⇒ Time
The date and time when the permission was created.
-
#default_version ⇒ Boolean
Specifies whether the version of the permission represented in this response is the default version for this permission.
-
#feature_set ⇒ String
Indicates what features are available for this resource share.
-
#is_resource_type_default ⇒ Boolean
Specifies whether the version of the permission represented in this response is the default version for all resources of this resource type.
-
#last_updated_time ⇒ Time
The date and time when the permission was last updated.
-
#name ⇒ String
The name of this permission.
-
#permission ⇒ String
The permission's effect and actions in JSON format.
-
#permission_type ⇒ String
The type of managed permission.
-
#resource_type ⇒ String
The resource type to which this permission applies.
-
#status ⇒ String
The current status of the association between the permission and the resource share.
-
#tags ⇒ Array<Types::Tag>
The tag key and value pairs attached to the resource share.
-
#version ⇒ String
The version of the permission described in this response.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of this RAM managed permission.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The date and time when the permission was created.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#default_version ⇒ Boolean
Specifies whether the version of the permission represented in this response is the default version for this permission.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#feature_set ⇒ String
Indicates what features are available for this resource share. This parameter can have one of the following values:
STANDARD – A resource share that supports all functionality. These resource shares are visible to all principals you share the resource share with. You can modify these resource shares in RAM using the console or APIs. This resource share might have been created by RAM, or it might have been CREATED_FROM_POLICY and then promoted.
CREATED_FROM_POLICY – The customer manually shared a resource by attaching a resource-based policy. That policy did not match any existing managed permissions, so RAM created this customer managed permission automatically on the customer's behalf based on the attached policy document. This type of resource share is visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
PROMOTING_TO_STANDARD – This resource share was originally
CREATED_FROM_POLICY, but the customer ran the PromoteResourceShareCreatedFromPolicy and that operation is still in progress. This value changes toSTANDARDwhen complete.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#is_resource_type_default ⇒ Boolean
Specifies whether the version of the permission represented in this response is the default version for all resources of this resource type.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The date and time when the permission was last updated.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of this permission.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#permission ⇒ String
The permission's effect and actions in JSON format. The effect
indicates whether the specified actions are allowed or denied. The
actions list the operations to which the principal is granted or
denied access.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#permission_type ⇒ String
The type of managed permission. This can be one of the following values:
AWS_MANAGED– Amazon Web Services created and manages this managed permission. You can associate it with your resource shares, but you can't modify it.CUSTOMER_MANAGED– You, or another principal in your account created this managed permission. You can associate it with your resource shares and create new versions that have different permissions.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type to which this permission applies.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the association between the permission and the resource share. The following are the possible values:
ATTACHABLE– This permission or version can be associated with resource shares.UNATTACHABLE– This permission or version can't currently be associated with resource shares.DELETING– This permission or version is in the process of being deleted.DELETED– This permission or version is deleted.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag key and value pairs attached to the resource share.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the permission described in this response.
3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3548 class ResourceSharePermissionDetail < Struct.new( :arn, :version, :default_version, :name, :resource_type, :permission, :creation_time, :last_updated_time, :is_resource_type_default, :permission_type, :feature_set, :status, :tags) SENSITIVE = [] include Aws::Structure end |