Class: Aws::Types::UpgradeAppliedSchemaRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def directory_arn
  @directory_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def published_schema_arn
  @published_schema_arn
end