Class: Aws::Types::DomainObjectTypesListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


861
862
863
# File 'sig/types.rbs', line 861

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def description
  @description
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


862
863
864
# File 'sig/types.rbs', line 862

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def object_type_name
  @object_type_name
end

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

Returns the value of attribute tags.

Returns:

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


863
864
865
# File 'sig/types.rbs', line 863

def tags
  @tags
end