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
show all
Defined in:
(unknown)

Overview

Information about a permission that is associated with a resource share.

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the permission.

Returns:

  • (String) —

    The ARN of the permission.

#creation_time ⇒ Time

The date and time when the permission was created.

Returns:

  • (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.

Returns:

  • (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.

Returns:

  • (Time) —

    The date and time when the permission was last updated.

#name ⇒ String

The name of the permission.

Returns:

  • (String) —

    The name of the permission.

#resource_type ⇒ String

The type of resource to which the permission applies.

Returns:

  • (String) —

    The type of resource to which the permission applies.

#status ⇒ String

The current status of the permission.

Returns:

  • (String) —

    The current status of the permission.

#version ⇒ String

The identifier for the version of the permission.

Returns:

  • (String) —

    The identifier for the version of the permission.