Class: Aws::Types::ExportSchemaOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def content
  @content
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def schema_arn
  @schema_arn
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def schema_version
  @schema_version
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def type
  @type
end