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

#arnString

The ARN of the permission.

Returns:

  • (String)

    The ARN of the permission.

#creation_timeTime

The date and time when the permission was created.

Returns:

  • (Time)

    The date and time when the permission was created.

#default_versionBoolean

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_timeTime

The date and time when the permission was last updated.

Returns:

  • (Time)

    The date and time when the permission was last updated.

#nameString

The name of the permission.

Returns:

  • (String)

    The name of the permission.

#resource_typeString

The type of resource to which the permission applies.

Returns:

  • (String)

    The type of resource to which the permission applies.

#statusString

The current status of the permission.

Returns:

  • (String)

    The current status of the permission.

#versionString

The identifier for the version of the permission.

Returns:

  • (String)

    The identifier for the version of the permission.