Class: Aws::Types::IdentityCertificate

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:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def certificate_arn
  @certificate_arn
end

#certificate_expiry_time::Time

Returns the value of attribute certificate_expiry_time.

Returns:

  • (::Time)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def certificate_expiry_time
  @certificate_expiry_time
end

#from_address::String

Returns the value of attribute from_address.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def from_address
  @from_address
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "INACTIVE", "DEPROVISIONING", "ACTIVE", "FAILED")


1073
1074
1075
# File 'sig/types.rbs', line 1073

def status
  @status
end