Class: Aws::DataZone::Types::SubscribedAsset

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

Overview

The details of the asset for which the subscription grant is created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The identifier of the asset for which the subscription grant is created.

Returns:

  • (String)


19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#asset_revisionString

The revision of the asset for which the subscription grant is created.

Returns:

  • (String)


19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#asset_scopeTypes::AssetScope

The asset scope of the subscribed asset.

Returns:



19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#failure_causeTypes::FailureCause

The failure cause included in the details of the asset for which the subscription grant is created.

Returns:



19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#failure_timestampTime

The failure timestamp included in the details of the asset for which the subscription grant is created.

Returns:

  • (Time)


19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#granted_timestampTime

The timestamp of when the subscription grant to the asset is created.

Returns:

  • (Time)


19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsTypes::Permissions

The asset permissions.

Returns:



19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the asset for which the subscription grant is created.

Returns:

  • (String)


19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#target_nameString

The target name of the asset for which the subscription grant is created.

Returns:

  • (String)


19478
19479
19480
19481
19482
19483
19484
19485
19486
19487
19488
19489
19490
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19478

class SubscribedAsset < Struct.new(
  :asset_id,
  :asset_revision,
  :status,
  :target_name,
  :failure_cause,
  :granted_timestamp,
  :failure_timestamp,
  :asset_scope,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end