Class: Aws::Types::PutDomainObjectTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2285
2286
2287
# File 'sig/types.rbs', line 2285

def domain_name
  @domain_name
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def encryption_key
  @encryption_key
end

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

Returns the value of attribute fields.

Returns:



2289
2290
2291
# File 'sig/types.rbs', line 2289

def fields
  @fields
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def object_type_name
  @object_type_name
end

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

Returns the value of attribute tags.

Returns:

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


2290
2291
2292
# File 'sig/types.rbs', line 2290

def tags
  @tags
end