Class: Aws::Types::UpgradePublishedSchemaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#development_schema_arn::String

Returns the value of attribute development_schema_arn.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def development_schema_arn
  @development_schema_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def published_schema_arn
  @published_schema_arn
end