Class: Aws::Types::Layer

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)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def arn
  @arn
end

#code_size::Integer

Returns the value of attribute code_size.

Returns:

  • (::Integer)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def code_size
  @code_size
end

#signing_job_arn::String

Returns the value of attribute signing_job_arn.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def signing_job_arn
  @signing_job_arn
end

#signing_profile_version_arn::String

Returns the value of attribute signing_profile_version_arn.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def signing_profile_version_arn
  @signing_profile_version_arn
end