Class: Aws::Types::UpgradeAppliedSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeAppliedSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#published_schema_arn ⇒ ::String
Returns the value of attribute published_schema_arn.
Instance Attribute Details
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def directory_arn @directory_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def dry_run @dry_run end |
#published_schema_arn ⇒ ::String
Returns the value of attribute published_schema_arn.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def published_schema_arn @published_schema_arn end |