Class: Aws::Types::DescribeSchemaResponse

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)


203
204
205
# File 'sig/types.rbs', line 203

def content
  @content
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def description
  @description
end

#last_modified ⇒ ::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


205
206
207
# File 'sig/types.rbs', line 205

def last_modified
  @last_modified
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def schema_arn
  @schema_arn
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def schema_version
  @schema_version
end

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

Returns the value of attribute tags.

Returns:

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


209
210
211
# File 'sig/types.rbs', line 209

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def type
  @type
end

#version_created_date ⇒ ::Time

Returns the value of attribute version_created_date.

Returns:

  • (::Time)


211
212
213
# File 'sig/types.rbs', line 211

def version_created_date
  @version_created_date
end