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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2239

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)


2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2239

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)


2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2239

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)


2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2239

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)


2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2239

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)


2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2239

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