Class: Aws::Types::ExportSchemaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def registry_name
  @registry_name
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def schema_version
  @schema_version
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def type
  @type
end