Class: Aws::Types::FormTypeData
- Inherits:
-
Object
- Object
- Aws::Types::FormTypeData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#imports ⇒ ::Array[Types::Import]
Returns the value of attribute imports.
-
#model ⇒ Types::Model
Returns the value of attribute model.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin_domain_id ⇒ ::String
Returns the value of attribute origin_domain_id.
-
#origin_project_id ⇒ ::String
Returns the value of attribute origin_project_id.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def domain_id @domain_id end |
#imports ⇒ ::Array[Types::Import]
Returns the value of attribute imports.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def imports @imports end |
#model ⇒ Types::Model
Returns the value of attribute model.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def model @model end |
#name ⇒ ::String
Returns the value of attribute name.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def name @name end |
#origin_domain_id ⇒ ::String
Returns the value of attribute origin_domain_id.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def origin_domain_id @origin_domain_id end |
#origin_project_id ⇒ ::String
Returns the value of attribute origin_project_id.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def origin_project_id @origin_project_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def owning_project_id @owning_project_id end |
#revision ⇒ ::String
Returns the value of attribute revision.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def revision @revision end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def status @status end |