Class: Aws::DataZone::Types::CreateListingChangeSetInput

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

#actionString

Specifies whether to publish or unpublish a listing.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
# File 'lib/aws-sdk-datazone/types.rb', line 3246

class CreateListingChangeSetInput < Struct.new(
  :action,
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_revision,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
# File 'lib/aws-sdk-datazone/types.rb', line 3246

class CreateListingChangeSetInput < Struct.new(
  :action,
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_revision,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
# File 'lib/aws-sdk-datazone/types.rb', line 3246

class CreateListingChangeSetInput < Struct.new(
  :action,
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_revision,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end

#entity_identifierString

The ID of the asset.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
# File 'lib/aws-sdk-datazone/types.rb', line 3246

class CreateListingChangeSetInput < Struct.new(
  :action,
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_revision,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end

#entity_revisionString

The revision of an asset.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
# File 'lib/aws-sdk-datazone/types.rb', line 3246

class CreateListingChangeSetInput < Struct.new(
  :action,
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_revision,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of an entity.

Returns:

  • (String)


3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
# File 'lib/aws-sdk-datazone/types.rb', line 3246

class CreateListingChangeSetInput < Struct.new(
  :action,
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_revision,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end