Class: Aws::DataZone::Types::CreateListingChangeSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateListingChangeSetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
Specifies whether to publish or unpublish a listing.
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain.
-
#entity_identifier ⇒ String
The ID of the asset.
-
#entity_revision ⇒ String
The revision of an asset.
-
#entity_type ⇒ String
The type of an entity.
Instance Attribute Details
#action ⇒ String
Specifies whether to publish or unpublish a listing.
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_token ⇒ String
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.
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_identifier ⇒ String
The ID of the Amazon DataZone domain.
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_identifier ⇒ String
The ID of the asset.
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_revision ⇒ String
The revision of an asset.
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_type ⇒ String
The type of an entity.
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 |