Class: Aws::RAM::Types::ResourceShare
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ResourceShare
- 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
-
#allow_external_principals ⇒ Boolean
Indicates whether principals outside your organization in Organizations can be associated with a resource share.
-
#creation_time ⇒ Time
The date and time when the resource share was created.
-
#feature_set ⇒ String
Indicates how the resource share was created.
-
#last_updated_time ⇒ Time
The date and time when the resource share was last updated.
-
#name ⇒ String
The name of the resource share.
-
#owning_account_id ⇒ String
The ID of the Amazon Web Services account that owns the resource share.
-
#resource_share_arn ⇒ String
The [Amazon Resoure Name (ARN)][1] of the resource share.
-
#status ⇒ String
The current status of the resource share.
-
#status_message ⇒ String
A message about the status of the resource share.
-
#tags ⇒ Array<Types::Tag>
The tag key and value pairs attached to the resource share.
Instance Attribute Details
#allow_external_principals ⇒ Boolean
Indicates whether principals outside your organization in Organizations can be associated with a resource share.
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_time ⇒ Time
The date and time when the resource share was created.
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_set ⇒ String
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.
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_time ⇒ Time
The date and time when the resource share was last updated.
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 |
#name ⇒ String
The name of the resource share.
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_id ⇒ String
The ID of the Amazon Web Services account that owns the resource share.
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_arn ⇒ String
The Amazon Resoure Name (ARN) of the resource share
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 ⇒ String
The current status of the resource share.
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_message ⇒ String
A message about the status of the resource share.
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 |
#tags ⇒ Array<Types::Tag>
The tag key and value pairs attached to the resource share.
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 |