Class: Aws::Types::UpdateFormRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def app_id
  @app_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def client_token
  @client_token
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def id
  @id
end

#updated_form ⇒ Types::UpdateFormData

Returns the value of attribute updated_form.



953
954
955
# File 'sig/types.rbs', line 953

def updated_form
  @updated_form
end