Class: Aws::Types::ModelMetadataSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelMetadataSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#framework ⇒ ::String
Returns the value of attribute framework.
-
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
-
#model ⇒ ::String
Returns the value of attribute model.
-
#task ⇒ ::String
Returns the value of attribute task.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
9041 9042 9043 |
# File 'sig/types.rbs', line 9041 def domain @domain end |
#framework ⇒ ::String
Returns the value of attribute framework.
9042 9043 9044 |
# File 'sig/types.rbs', line 9042 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
9045 9046 9047 |
# File 'sig/types.rbs', line 9045 def framework_version @framework_version end |
#model ⇒ ::String
Returns the value of attribute model.
9044 9045 9046 |
# File 'sig/types.rbs', line 9044 def model @model end |
#task ⇒ ::String
Returns the value of attribute task.
9043 9044 9045 |
# File 'sig/types.rbs', line 9043 def task @task end |