Class: Aws::Types::GetFormTypeOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetFormTypeOutput
- 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.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def domain_id @domain_id end |
#imports ⇒ ::Array[Types::Import]
Returns the value of attribute imports.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def imports @imports end |
#model ⇒ Types::Model
Returns the value of attribute model.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def model @model end |
#name ⇒ ::String
Returns the value of attribute name.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def name @name end |
#origin_domain_id ⇒ ::String
Returns the value of attribute origin_domain_id.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def origin_domain_id @origin_domain_id end |
#origin_project_id ⇒ ::String
Returns the value of attribute origin_project_id.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def origin_project_id @origin_project_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def owning_project_id @owning_project_id end |
#revision ⇒ ::String
Returns the value of attribute revision.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def revision @revision end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def status @status end |