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

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def description
  @description
end

#last_modified ⇒ ::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


665
666
667
# File 'sig/types.rbs', line 665

def last_modified
  @last_modified
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def schema_arn
  @schema_arn
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def schema_version
  @schema_version
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


669
670
671
# File 'sig/types.rbs', line 669

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def type
  @type
end

#version_created_date ⇒ ::Time

Returns the value of attribute version_created_date.

Returns:

  • (::Time)


671
672
673
# File 'sig/types.rbs', line 671

def version_created_date
  @version_created_date
end