Class: Aws::RAM::Types::ResourceSharePermissionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

Information about an RAM permission.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the permission you want information about.

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The date and time when the permission was created.

Returns:

  • (Time)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#default_versionBoolean

Specifies whether the version of the managed permission used by this resource share is the default version for this managed permission.

Returns:

  • (Boolean)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#feature_setString

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 to STANDARD when complete.

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#is_resource_type_defaultBoolean

Specifies whether the managed permission associated with this resource share is the default managed permission for all resources of this resource type.

Returns:

  • (Boolean)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The date and time when the permission was last updated.

Returns:

  • (Time)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of this managed permission.

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#permission_typeString

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.

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource to which this permission applies. This takes the form of: service-code:resource-code, and is case-insensitive. For example, an Amazon EC2 Subnet would be represented by the string ec2:subnet.

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the permission.

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of the tag key value pairs currently attached to the permission.

Returns:



3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the permission associated with this resource share.

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3530

class ResourceSharePermissionSummary < Struct.new(
  :arn,
  :version,
  :default_version,
  :name,
  :resource_type,
  :status,
  :creation_time,
  :last_updated_time,
  :is_resource_type_default,
  :permission_type,
  :feature_set,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end