Class: Aws::Types::CaCertificateSource

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

Defined Under Namespace

Classes: ArtifactId, InlinePem, S3Location, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:inline_pem])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_id::String

Returns the value of attribute artifact_id.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def artifact_id
  @artifact_id
end

#inline_pem::String

Returns the value of attribute inline_pem.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def inline_pem
  @inline_pem
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def s3_location
  @s3_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


427
428
429
# File 'sig/types.rbs', line 427

def unknown
  @unknown
end