You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RAM::Types::ResourceSharePermissionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ResourceSharePermissionSummary
- Defined in:
- (unknown)
Overview
Information about a permission that is associated with a resource share.
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the permission.
-
#creation_time ⇒ Time
The date and time when the permission was created.
-
#default_version ⇒ Boolean
The identifier for the version of the permission that is set as the default version.
-
#last_updated_time ⇒ Time
The date and time when the permission was last updated.
-
#name ⇒ String
The name of the permission.
-
#resource_type ⇒ String
The type of resource to which the permission applies.
-
#status ⇒ String
The current status of the permission.
-
#version ⇒ String
The identifier for the version of the permission.
Instance Attribute Details
#arn ⇒ String
The ARN of the permission.
#creation_time ⇒ Time
The date and time when the permission was created.
#default_version ⇒ Boolean
The identifier for the version of the permission that is set as the default version.
#last_updated_time ⇒ Time
The date and time when the permission was last updated.
#name ⇒ String
The name of the permission.
#resource_type ⇒ String
The type of resource to which the permission applies.
#status ⇒ String
The current status of the permission.
#version ⇒ String
The identifier for the version of the permission.