Class: Aws::Types::CanaryCodeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_types::Array[::String]

Returns the value of attribute blueprint_types.

Returns:

  • (::Array[::String])


92
93
94
# File 'sig/types.rbs', line 92

def blueprint_types
  @blueprint_types
end

#dependencies::Array[Types::Dependency]

Returns the value of attribute dependencies.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def dependencies
  @dependencies
end

#handler::String

Returns the value of attribute handler.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def handler
  @handler
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def s3_key
  @s3_key
end

#s3_version::String

Returns the value of attribute s3_version.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def s3_version
  @s3_version
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def zip_file
  @zip_file
end