Class: Aws::Types::CanaryCodeOutput

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])


100
101
102
# File 'sig/types.rbs', line 100

def blueprint_types
  @blueprint_types
end

#dependencies::Array[Types::Dependency]

Returns the value of attribute dependencies.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def dependencies
  @dependencies
end

#handler::String

Returns the value of attribute handler.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def handler
  @handler
end

#source_location_arn::String

Returns the value of attribute source_location_arn.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def source_location_arn
  @source_location_arn
end