Class: Aws::Types::CaCertificateSource
- Inherits:
-
Object
- Object
- Aws::Types::CaCertificateSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ArtifactId, InlinePem, S3Location, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
-
#inline_pem ⇒ ::String
Returns the value of attribute inline_pem.
-
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
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.
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.
426 427 428 |
# File 'sig/types.rbs', line 426 def s3_location @s3_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
427 428 429 |
# File 'sig/types.rbs', line 427 def unknown @unknown end |