Class: Aws::DataZone::Types::DeleteSubscriptionGrantOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteSubscriptionGrantOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::SubscribedAsset>
The assets for which the subsctiption grant that is deleted gave access.
-
#created_at ⇒ Time
The timestamp of when the subscription grant that is deleted was created.
-
#created_by ⇒ String
The Amazon DataZone user who created the subscription grant that is deleted.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the subscription grant is deleted.
-
#environment_id ⇒ String
The ID of the environment in which the subscription grant is deleted.
-
#granted_entity ⇒ Types::GrantedEntity
The entity to which the subscription is deleted.
-
#id ⇒ String
The ID of the subscription grant that is deleted.
-
#status ⇒ String
The status of the subscription grant that is deleted.
-
#subscription_id ⇒ String
The identifier of the subsctiption whose subscription grant is to be deleted.
-
#subscription_target_id ⇒ String
The ID of the subscription target associated with the subscription grant that is deleted.
-
#updated_at ⇒ Time
The timestamp of when the subscription grant that is deleted was updated.
-
#updated_by ⇒ String
The Amazon DataZone user who updated the subscription grant that is deleted.
Instance Attribute Details
#assets ⇒ Array<Types::SubscribedAsset>
The assets for which the subsctiption grant that is deleted gave access.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 that is deleted was created.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 that is deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 is deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The ID of the environment in which the subscription grant is deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 that is deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 that is deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 subsctiption whose subscription grant is to be deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#subscription_target_id ⇒ String
The ID of the subscription target associated with the subscription grant that is deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 that is deleted was updated.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_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 that is deleted.
6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6992 class DeleteSubscriptionGrantOutput < Struct.new( :assets, :created_at, :created_by, :domain_id, :environment_id, :granted_entity, :id, :status, :subscription_id, :subscription_target_id, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |