Class: Aws::Types::UpgradePublishedSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpgradePublishedSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#development_schema_arn ⇒ ::String
Returns the value of attribute development_schema_arn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
-
#published_schema_arn ⇒ ::String
Returns the value of attribute published_schema_arn.
Instance Attribute Details
#development_schema_arn ⇒ ::String
Returns the value of attribute development_schema_arn.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def development_schema_arn @development_schema_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def dry_run @dry_run end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def minor_version @minor_version end |
#published_schema_arn ⇒ ::String
Returns the value of attribute published_schema_arn.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def published_schema_arn @published_schema_arn end |