Class: Aws::Types::UpdateThemeRequest

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)


971
972
973
# File 'sig/types.rbs', line 971

def app_id
  @app_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def client_token
  @client_token
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


973
974
975
# File 'sig/types.rbs', line 973

def id
  @id
end

#updated_theme ⇒ Types::UpdateThemeData

Returns the value of attribute updated_theme.



975
976
977
# File 'sig/types.rbs', line 975

def updated_theme
  @updated_theme
end