Class: Aws::Types::CreateSchemaResponse

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:



98
99
100
# File 'sig/types.rbs', line 98

def description
  @description
end

#last_modified ⇒ ::Time

Returns the value of attribute last_modified.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def last_modified
  @last_modified
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def schema_arn
  @schema_arn
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def schema_version
  @schema_version
end

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

Returns the value of attribute tags.

Returns:



103
104
105
# File 'sig/types.rbs', line 103

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:



104
105
106
# File 'sig/types.rbs', line 104

def type
  @type
end

#version_created_date ⇒ ::Time

Returns the value of attribute version_created_date.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def version_created_date
  @version_created_date
end