Class: Aws::Types::GetFormTypeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :model, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2880
2881
2882
# File 'sig/types.rbs', line 2880

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2881
2882
2883
# File 'sig/types.rbs', line 2881

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2882
2883
2884
# File 'sig/types.rbs', line 2882

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def domain_id
  @domain_id
end

#imports::Array[Types::Import]

Returns the value of attribute imports.

Returns:



2883
2884
2885
# File 'sig/types.rbs', line 2883

def imports
  @imports
end

#modelTypes::Model

Returns the value of attribute model.

Returns:



2875
2876
2877
# File 'sig/types.rbs', line 2875

def model
  @model
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2873
2874
2875
# File 'sig/types.rbs', line 2873

def name
  @name
end

#origin_domain_id::String

Returns the value of attribute origin_domain_id.

Returns:

  • (::String)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def origin_domain_id
  @origin_domain_id
end

#origin_project_id::String

Returns the value of attribute origin_project_id.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def origin_project_id
  @origin_project_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


2876
2877
2878
# File 'sig/types.rbs', line 2876

def owning_project_id
  @owning_project_id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


2874
2875
2876
# File 'sig/types.rbs', line 2874

def revision
  @revision
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


2879
2880
2881
# File 'sig/types.rbs', line 2879

def status
  @status
end