Class: Aws::DataZone::Types::SubscriptionGrantSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscriptionGrantSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details of the subscription grant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::SubscribedAsset>
The assets included in the subscription grant.
-
#created_at ⇒ Time
The timestamp of when a subscription grant was created.
-
#created_by ⇒ String
The datazone user who created the subscription grant.
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a subscription grant exists.
-
#granted_entity ⇒ Types::GrantedEntity
The entity to which the subscription is granted.
-
#id ⇒ String
The identifier of the subscription grant.
-
#status ⇒ String
The status of the subscription grant.
-
#subscription_id ⇒ String
The ID of the subscription.
-
#subscription_target_id ⇒ String
The identifier of the target of the subscription grant.
-
#updated_at ⇒ Time
The timestampf of when the subscription grant was updated.
-
#updated_by ⇒ String
The Amazon DataZone user who updated the subscription grant.
Instance Attribute Details
#assets ⇒ Array<Types::SubscribedAsset>
The assets included in the subscription grant.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when a subscription grant was created.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The datazone user who created the subscription grant.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a subscription grant exists.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#granted_entity ⇒ Types::GrantedEntity
The entity to which the subscription is granted.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the subscription grant.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the subscription grant.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#subscription_id ⇒ String
The ID of the subscription.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#subscription_target_id ⇒ String
The identifier of the target of the subscription grant.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestampf of when the subscription grant was updated.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The Amazon DataZone user who updated the subscription grant.
14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14038 class SubscriptionGrantSummary < Struct.new( :assets, :created_at, :created_by, :domain_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |