Class: Aws::Types::AcmCertificateMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acme_account_id::String

Returns the value of attribute acme_account_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def 
  @acme_account_id
end

#acme_endpoint_arn::String

Returns the value of attribute acme_endpoint_arn.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def acme_endpoint_arn
  @acme_endpoint_arn
end

#certificate_key_pair_origin"AWS_MANAGED", ...

Returns the value of attribute certificate_key_pair_origin.

Returns:

  • ("AWS_MANAGED", "ACME", "CUSTOMER_PROVIDED")


30
31
32
# File 'sig/types.rbs', line 30

def certificate_key_pair_origin
  @certificate_key_pair_origin
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


17
18
19
# File 'sig/types.rbs', line 17

def created_at
  @created_at
end

#export_option"ENABLED", "DISABLED"

Returns the value of attribute export_option.

Returns:

  • ("ENABLED", "DISABLED")


27
28
29
# File 'sig/types.rbs', line 27

def export_option
  @export_option
end

#exportedBoolean

Returns the value of attribute exported.

Returns:

  • (Boolean)


18
19
20
# File 'sig/types.rbs', line 18

def exported
  @exported
end

#imported_at::Time

Returns the value of attribute imported_at.

Returns:

  • (::Time)


19
20
21
# File 'sig/types.rbs', line 19

def imported_at
  @imported_at
end

#in_useBoolean

Returns the value of attribute in_use.

Returns:

  • (Boolean)


20
21
22
# File 'sig/types.rbs', line 20

def in_use
  @in_use
end

#issued_at::Time

Returns the value of attribute issued_at.

Returns:

  • (::Time)


21
22
23
# File 'sig/types.rbs', line 21

def issued_at
  @issued_at
end

#managed_by"CLOUDFRONT"

Returns the value of attribute managed_by.

Returns:

  • ("CLOUDFRONT")


28
29
30
# File 'sig/types.rbs', line 28

def managed_by
  @managed_by
end

#renewal_eligibility"ELIGIBLE", "INELIGIBLE"

Returns the value of attribute renewal_eligibility.

Returns:

  • ("ELIGIBLE", "INELIGIBLE")


22
23
24
# File 'sig/types.rbs', line 22

def renewal_eligibility
  @renewal_eligibility
end

#renewal_status"PENDING_AUTO_RENEWAL", ...

Returns the value of attribute renewal_status.

Returns:

  • ("PENDING_AUTO_RENEWAL", "PENDING_VALIDATION", "SUCCESS", "FAILED")


25
26
27
# File 'sig/types.rbs', line 25

def renewal_status
  @renewal_status
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


23
24
25
# File 'sig/types.rbs', line 23

def revoked_at
  @revoked_at
end

#status"PENDING_VALIDATION", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_VALIDATION", "ISSUED", "INACTIVE", "EXPIRED", "VALIDATION_TIMED_OUT", "REVOKED", "FAILED")


24
25
26
# File 'sig/types.rbs', line 24

def status
  @status
end

#type"IMPORTED", ...

Returns the value of attribute type.

Returns:

  • ("IMPORTED", "AMAZON_ISSUED", "PRIVATE")


26
27
28
# File 'sig/types.rbs', line 26

def type
  @type
end

#validation_method"EMAIL", ...

Returns the value of attribute validation_method.

Returns:

  • ("EMAIL", "DNS", "HTTP")


29
30
31
# File 'sig/types.rbs', line 29

def validation_method
  @validation_method
end