Class: Aws::Types::SchemaSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified ⇒ ::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


494
495
496
# File 'sig/types.rbs', line 494

def last_modified
  @last_modified
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def schema_arn
  @schema_arn
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def schema_name
  @schema_name
end

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

Returns the value of attribute tags.

Returns:

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


497
498
499
# File 'sig/types.rbs', line 497

def tags
  @tags
end

#version_count ⇒ ::Integer

Returns the value of attribute version_count.

Returns:

  • (::Integer)


498
499
500
# File 'sig/types.rbs', line 498

def version_count
  @version_count
end