Class: Aws::DataZone::Types::UpdateSubscriptionGrantStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateSubscriptionGrantStatusOutput
- 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 details of the asset for which the subscription grant is created.
-
#created_at ⇒ Time
The timestamp of when the subscription grant status was created.
-
#created_by ⇒ String
The Amazon DataZone domain user who created the subscription grant status.
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
-
#environment_id ⇒ String
The ID of the environment in which the subscription grant is updated.
-
#granted_entity ⇒ Types::GrantedEntity
The granted entity to be updated as part of the
UpdateSubscriptionGrantStatusaction. -
#id ⇒ String
The identifier of the subscription grant.
-
#status ⇒ String
The status to be updated as part of the
UpdateSubscriptionGrantStatusaction. -
#subscription_id ⇒ String
The identifier of the subscription.
-
#subscription_target_id ⇒ String
The identifier of the subscription target whose subscription grant status is to be updated.
-
#updated_at ⇒ Time
The timestamp of when the subscription grant status is to be updated.
-
#updated_by ⇒ String
The Amazon DataZone user who updated the subscription grant status.
Instance Attribute Details
#assets ⇒ Array<Types::SubscribedAsset>
The details of the asset for which the subscription grant is created.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 status was created.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 domain user who created the subscription grant status.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 updated.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 granted entity to be updated as part of the
UpdateSubscriptionGrantStatus action.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 identifier of the subscription grant.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 to be updated as part of the
UpdateSubscriptionGrantStatus action.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 subscription.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 identifier of the subscription target whose subscription grant status is to be updated.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 status is to be updated.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 status.
22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22277 class UpdateSubscriptionGrantStatusOutput < 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 |