Class: Aws::Types::CreateAssetTypeOutput

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)


937
938
939
# File 'sig/types.rbs', line 937

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def domain_id
  @domain_id
end

#forms_output::Hash[::String, Types::FormEntryOutput]

Returns the value of attribute forms_output.

Returns:



933
934
935
# File 'sig/types.rbs', line 933

def forms_output
  @forms_output
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def name
  @name
end

#origin_domain_id::String

Returns the value of attribute origin_domain_id.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def origin_domain_id
  @origin_domain_id
end

#origin_project_id::String

Returns the value of attribute origin_project_id.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def origin_project_id
  @origin_project_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def owning_project_id
  @owning_project_id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def revision
  @revision
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


939
940
941
# File 'sig/types.rbs', line 939

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def updated_by
  @updated_by
end