Class: Aws::Types::SchemaId

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)


6738
6739
6740
# File 'sig/types.rbs', line 6738

def registry_name
  @registry_name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


6736
6737
6738
# File 'sig/types.rbs', line 6736

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


6737
6738
6739
# File 'sig/types.rbs', line 6737

def schema_name
  @schema_name
end