Class: Aws::Types::UpdateComponentRequest

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)


922
923
924
# File 'sig/types.rbs', line 922

def app_id
  @app_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def client_token
  @client_token
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def id
  @id
end

#updated_component ⇒ Types::UpdateComponentData

Returns the value of attribute updated_component.



926
927
928
# File 'sig/types.rbs', line 926

def updated_component
  @updated_component
end