Class: Aws::Types::CreateImageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def client_token
  @client_token
end

#image_build_version_arn ⇒ ::String

Returns the value of attribute image_build_version_arn.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def image_build_version_arn
  @image_build_version_arn
end

#latest_version_references ⇒ Types::LatestVersionReferences

Returns the value of attribute latest_version_references.



369
370
371
# File 'sig/types.rbs', line 369

def latest_version_references
  @latest_version_references
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def request_id
  @request_id
end