Class: Aws::Types::ExportSchemaResponse

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)


693
694
695
# File 'sig/types.rbs', line 693

def content
  @content
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def schema_arn
  @schema_arn
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def schema_version
  @schema_version
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def type
  @type
end