Class: Aws::Types::GetFormTypeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


2865
2866
2867
# File 'sig/types.rbs', line 2865

def domain_identifier
  @domain_identifier
end

#form_type_identifier::String

Returns the value of attribute form_type_identifier.

Returns:

  • (::String)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def form_type_identifier
  @form_type_identifier
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


2867
2868
2869
# File 'sig/types.rbs', line 2867

def revision
  @revision
end