Class: Aws::Types::FormTypeData

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)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def domain_id
  @domain_id
end

#imports::Array[Types::Import]

Returns the value of attribute imports.

Returns:



2470
2471
2472
# File 'sig/types.rbs', line 2470

def imports
  @imports
end

#modelTypes::Model

Returns the value of attribute model.

Returns:



2462
2463
2464
# File 'sig/types.rbs', line 2462

def model
  @model
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def name
  @name
end

#origin_domain_id::String

Returns the value of attribute origin_domain_id.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def origin_domain_id
  @origin_domain_id
end

#origin_project_id::String

Returns the value of attribute origin_project_id.

Returns:

  • (::String)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def origin_project_id
  @origin_project_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def owning_project_id
  @owning_project_id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def revision
  @revision
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


2463
2464
2465
# File 'sig/types.rbs', line 2463

def status
  @status
end