Class: Aws::Types::CreateAssetTypeInput

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)


922
923
924
# File 'sig/types.rbs', line 922

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def domain_identifier
  @domain_identifier
end

#forms_input::Hash[::String, Types::FormEntryInput]

Returns the value of attribute forms_input.

Returns:



923
924
925
# File 'sig/types.rbs', line 923

def forms_input
  @forms_input
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def name
  @name
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def owning_project_identifier
  @owning_project_identifier
end