Class: Aws::DataZone::Types::GetSubscriptionGrantOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetSubscriptionGrantOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::SubscribedAsset>
The assets for which the subscription grant is created.
-
#created_at ⇒ Time
The timestamp of when the subscription grant is created.
-
#created_by ⇒ String
The Amazon DataZone user who created the subscription grant.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the subscription grant exists.
-
#granted_entity ⇒ Types::GrantedEntity
The entity to which the subscription is granted.
-
#id ⇒ String
The ID of the subscription grant.
-
#status ⇒ String
The status of the subscription grant.
-
#subscription_id ⇒ String
The identifier of the subscription.
-
#subscription_target_id ⇒ String
The subscription target ID associated with the subscription grant.
-
#updated_at ⇒ Time
The timestamp of when the subscription grant was upated.
-
#updated_by ⇒ String
The Amazon DataZone user who updated the subscription grant.
Instance Attribute Details
#assets ⇒ Array<Types::SubscribedAsset>
The assets for which the subscription grant is created.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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 the subscription grant is created.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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 Amazon DataZone user who created the subscription grant.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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 ID of the Amazon DataZone domain in which the subscription grant exists.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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 ID of the subscription grant.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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 identifier of the subscription.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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 subscription target ID associated with the subscription grant.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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 timestamp of when the subscription grant was upated.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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.
8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 |
# File 'lib/aws-sdk-datazone/types.rb', line 8309 class GetSubscriptionGrantOutput < 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 |