Class: Aws::Types::MetadataFormSummary
- Inherits:
-
Object
- Object
- Aws::Types::MetadataFormSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#form_name ⇒ ::String
Returns the value of attribute form_name.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#form_name ⇒ ::String
Returns the value of attribute form_name.
4531 4532 4533 |
# File 'sig/types.rbs', line 4531 def form_name @form_name end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
4532 4533 4534 |
# File 'sig/types.rbs', line 4532 def type_name @type_name end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
4533 4534 4535 |
# File 'sig/types.rbs', line 4533 def type_revision @type_revision end |