Class: Aws::Types::CreateFormTypeInput

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

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def domain_identifier
  @domain_identifier
end

#modelTypes::Model

Returns the value of attribute model.

Returns:



1261
1262
1263
# File 'sig/types.rbs', line 1261

def model
  @model
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def name
  @name
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def owning_project_identifier
  @owning_project_identifier
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1263
1264
1265
# File 'sig/types.rbs', line 1263

def status
  @status
end