Class: Aws::Types::CreateFormTypeOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateFormTypeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def domain_id @domain_id end |
#name ⇒ ::String
Returns the value of attribute name.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def name @name end |
#origin_domain_id ⇒ ::String
Returns the value of attribute origin_domain_id.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def origin_domain_id @origin_domain_id end |
#origin_project_id ⇒ ::String
Returns the value of attribute origin_project_id.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def origin_project_id @origin_project_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def owning_project_id @owning_project_id end |
#revision ⇒ ::String
Returns the value of attribute revision.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def revision @revision end |