Class: Aws::Types::GetDomainObjectTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def domain_name
  @domain_name
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def object_type_name
  @object_type_name
end