Class: Aws::Types::SourceData

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

Defined Under Namespace

Classes: AcmPcaArn, Unknown, X509CertificateData

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acm_pca_arn::String

Returns the value of attribute acm_pca_arn.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def acm_pca_arn
  @acm_pca_arn
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


258
259
260
# File 'sig/types.rbs', line 258

def unknown
  @unknown
end

#x509_certificate_data::String

Returns the value of attribute x509_certificate_data.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def x509_certificate_data
  @x509_certificate_data
end