Class: Aws::Types::Definition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksumTypes::Checksum

Returns the value of attribute checksum.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def checksum
  @checksum
end

#model_handle::String

Returns the value of attribute model_handle.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def model_handle
  @model_handle
end

#s3_url::String

Returns the value of attribute s3_url.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def s3_url
  @s3_url
end

#state"DEPLOY", "UNDEPLOY"

Returns the value of attribute state.

Returns:

  • ("DEPLOY", "UNDEPLOY")


21
22
23
# File 'sig/types.rbs', line 21

def state
  @state
end