Class: Aws::Types::PublishSchemaRequest

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)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def development_schema_arn
  @development_schema_arn
end

#minor_version::String

Returns the value of attribute minor_version.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def minor_version
  @minor_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def name
  @name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def version
  @version
end