Class: Aws::Types::CertificateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:



333
334
335
# File 'sig/types.rbs', line 333

def certificate_arn
  @certificate_arn
end

#certificate_detailTypes::Certificate

Returns the value of attribute certificate_detail.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def certificate_detail
  @certificate_detail
end

#certificate_name::String

Returns the value of attribute certificate_name.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def certificate_name
  @certificate_name
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def domain_name
  @domain_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def tags
  @tags
end