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.
9088 9089 9090 |
# File 'sig/types.rbs', line 9088 def domain @domain end |
#framework ⇒ ::String
Returns the value of attribute framework.
9089 9090 9091 |
# File 'sig/types.rbs', line 9089 def framework @framework end |
#framework_version ⇒ ::String
Returns the value of attribute framework_version.
9092 9093 9094 |
# File 'sig/types.rbs', line 9092 def framework_version @framework_version end |
#model ⇒ ::String
Returns the value of attribute model.
9091 9092 9093 |
# File 'sig/types.rbs', line 9091 def model @model end |
#task ⇒ ::String
Returns the value of attribute task.
9090 9091 9092 |
# File 'sig/types.rbs', line 9090 def task @task end |