Class: Aws::Types::UpdateTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


13092
13093
13094
# File 'sig/types.rbs', line 13092

def arn
  @arn
end

#creation_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute creation_status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


13094
13095
13096
# File 'sig/types.rbs', line 13094

def creation_status
  @creation_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13096
13097
13098
# File 'sig/types.rbs', line 13096

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


13095
13096
13097
# File 'sig/types.rbs', line 13095

def status
  @status
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


13091
13092
13093
# File 'sig/types.rbs', line 13091

def template_id
  @template_id
end

#version_arn::String

Returns the value of attribute version_arn.

Returns:

  • (::String)


13093
13094
13095
# File 'sig/types.rbs', line 13093

def version_arn
  @version_arn
end