Class: Aws::Types::UpdateSchemaResponse

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)


8205
8206
8207
# File 'sig/types.rbs', line 8205

def registry_name
  @registry_name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


8203
8204
8205
# File 'sig/types.rbs', line 8203

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


8204
8205
8206
# File 'sig/types.rbs', line 8204

def schema_name
  @schema_name
end