Class: Aws::Types::CreateFormTypeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def domain_id
  @domain_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def name
  @name
end

#origin_domain_id::String

Returns the value of attribute origin_domain_id.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def origin_domain_id
  @origin_domain_id
end

#origin_project_id::String

Returns the value of attribute origin_project_id.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def origin_project_id
  @origin_project_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def owning_project_id
  @owning_project_id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def revision
  @revision
end