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_id ⇒ String

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

Returns:

  • (String)


22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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_revision ⇒ String

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

Returns:

  • (String)


22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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_scope ⇒ Types::AssetScope

The asset scope of the subscribed asset.

Returns:



22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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_cause ⇒ Types::FailureCause

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

Returns:



22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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_timestamp ⇒ Time

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

Returns:

  • (Time)


22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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_timestamp ⇒ Time

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

Returns:

  • (Time)


22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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

#permissions ⇒ Types::Permissions

The asset permissions.

Returns:



22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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

#status ⇒ String

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

Returns:

  • (String)


22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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_name ⇒ String

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

Returns:

  • (String)


22358
22359
22360
22361
22362
22363
22364
22365
22366
22367
22368
22369
22370
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22358

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