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.
9026 9027 9028 |
# File 'sig/types.rbs', line 9026 def domain @domain end |
#framework ⇒ ::String
Returns the value of attribute framework.
9027 9028 9029 |
# File 'sig/types.rbs', line 9027 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
9030 9031 9032 |
# File 'sig/types.rbs', line 9030 def framework_version @framework_version end |
#model ⇒ ::String
Returns the value of attribute model.
9029 9030 9031 |
# File 'sig/types.rbs', line 9029 def model @model end |
#task ⇒ ::String
Returns the value of attribute task.
9028 9029 9030 |
# File 'sig/types.rbs', line 9028 def task @task end |