Class: Aws::Types::SchemaVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def schema_arn
  @schema_arn
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def schema_version
  @schema_version
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def type
  @type
end