Class: Aws::Types::PutDomainObjectTypeResponse

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)


2299
2300
2301
# File 'sig/types.rbs', line 2299

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def description
  @description
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def encryption_key
  @encryption_key
end

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

Returns the value of attribute fields.

Returns:



2298
2299
2300
# File 'sig/types.rbs', line 2298

def fields
  @fields
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2295
2296
2297
# File 'sig/types.rbs', line 2295

def object_type_name
  @object_type_name
end

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

Returns the value of attribute tags.

Returns:

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


2301
2302
2303
# File 'sig/types.rbs', line 2301

def tags
  @tags
end