Class: Aws::DataZone::Types::CreateFormTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateFormTypeOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of this Amazon DataZone metadata form type.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which this metadata form type is created.
-
#name ⇒ String
The name of this Amazon DataZone metadata form type.
-
#origin_domain_id ⇒ String
The ID of the Amazon DataZone domain in which this metadata form type was originally created.
-
#origin_project_id ⇒ String
The ID of the project in which this Amazon DataZone metadata form type was originally created.
-
#owning_project_id ⇒ String
The ID of the project that owns this Amazon DataZone metadata form type.
-
#revision ⇒ String
The revision of this Amazon DataZone metadata form type.
Instance Attribute Details
#description ⇒ String
The description of this Amazon DataZone metadata form type.
3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3556 class CreateFormTypeOutput < Struct.new( :description, :domain_id, :name, :origin_domain_id, :origin_project_id, :owning_project_id, :revision) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which this metadata form type is created.
3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3556 class CreateFormTypeOutput < Struct.new( :description, :domain_id, :name, :origin_domain_id, :origin_project_id, :owning_project_id, :revision) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of this Amazon DataZone metadata form type.
3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3556 class CreateFormTypeOutput < Struct.new( :description, :domain_id, :name, :origin_domain_id, :origin_project_id, :owning_project_id, :revision) SENSITIVE = [:description, :name] include Aws::Structure end |
#origin_domain_id ⇒ String
The ID of the Amazon DataZone domain in which this metadata form type was originally created.
3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3556 class CreateFormTypeOutput < Struct.new( :description, :domain_id, :name, :origin_domain_id, :origin_project_id, :owning_project_id, :revision) SENSITIVE = [:description, :name] include Aws::Structure end |
#origin_project_id ⇒ String
The ID of the project in which this Amazon DataZone metadata form type was originally created.
3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3556 class CreateFormTypeOutput < Struct.new( :description, :domain_id, :name, :origin_domain_id, :origin_project_id, :owning_project_id, :revision) SENSITIVE = [:description, :name] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the project that owns this Amazon DataZone metadata form type.
3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3556 class CreateFormTypeOutput < Struct.new( :description, :domain_id, :name, :origin_domain_id, :origin_project_id, :owning_project_id, :revision) SENSITIVE = [:description, :name] include Aws::Structure end |
#revision ⇒ String
The revision of this Amazon DataZone metadata form type.
3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3556 class CreateFormTypeOutput < Struct.new( :description, :domain_id, :name, :origin_domain_id, :origin_project_id, :owning_project_id, :revision) SENSITIVE = [:description, :name] include Aws::Structure end |