Class: Aws::DataZone::Types::DeleteSubscriptionGrantOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assetsArray<Types::SubscribedAsset>

The assets for which the subsctiption grant that is deleted gave access.

Returns:



6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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_atTime

The timestamp of when the subscription grant that is deleted was created.

Returns:

  • (Time)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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_byString

The Amazon DataZone user who created the subscription grant that is deleted.

Returns:

  • (String)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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_idString

The ID of the Amazon DataZone domain in which the subscription grant is deleted.

Returns:

  • (String)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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_entityTypes::GrantedEntity

The entity to which the subscription is deleted.



6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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

#idString

The ID of the subscription grant that is deleted.

Returns:

  • (String)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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

#statusString

The status of the subscription grant that is deleted.

Returns:

  • (String)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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_idString

The identifier of the subsctiption whose subscription grant is to be deleted.

Returns:

  • (String)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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_idString

The ID of the subscription target associated with the subscription grant that is deleted.

Returns:

  • (String)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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_atTime

The timestamp of when the subscription grant that is deleted was updated.

Returns:

  • (Time)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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_byString

The Amazon DataZone user who updated the subscription grant that is deleted.

Returns:

  • (String)


6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
# File 'lib/aws-sdk-datazone/types.rb', line 6025

class DeleteSubscriptionGrantOutput < 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