Class: Aws::Types::GetDomainObjectTypeResponse

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)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def description
  @description
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def encryption_key
  @encryption_key
end

#fields::Hash[::String, Types::DomainObjectTypeField]

Returns the value of attribute fields.

Returns:



1106
1107
1108
# File 'sig/types.rbs', line 1106

def fields
  @fields
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def object_type_name
  @object_type_name
end

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

Returns the value of attribute tags.

Returns:

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


1109
1110
1111
# File 'sig/types.rbs', line 1109

def tags
  @tags
end