Class: Aws::RAM::Types::ResourceShare

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

Overview

Describes a resource share in RAM.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_external_principalsBoolean

Indicates whether principals outside your organization in Organizations can be associated with a resource share.

Returns:

  • (Boolean)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The date and time when the resource share was created.

Returns:

  • (Time)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#feature_setString

Indicates how the resource share was created. Possible values include:

  • CREATED_FROM_POLICY - Indicates that the resource share was created from an Identity and Access Management (IAM) resource-based permission policy attached to the resource. 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 - The resource share is in the process of being promoted. For more information, see PromoteResourceShareCreatedFromPolicy.

  • STANDARD - Indicates that the resource share was created in RAM using the console or APIs. 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.

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The date and time when the resource share was last updated.

Returns:

  • (Time)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource share.

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#owning_account_idString

The ID of the Amazon Web Services account that owns the resource share.

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#resource_share_arnString

The Amazon Resoure Name (ARN) of the resource share

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the resource share.

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A message about the status of the resource share.

Returns:

  • (String)


2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tag key and value pairs attached to the resource share.

Returns:



2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2030

class ResourceShare < Struct.new(
  :resource_share_arn,
  :name,
  :owning_account_id,
  :allow_external_principals,
  :status,
  :status_message,
  :tags,
  :creation_time,
  :last_updated_time,
  :feature_set)
  SENSITIVE = []
  include Aws::Structure
end