Class: Aws::Types::ManagedCertificate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def arn
  @arn
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def domain_name
  @domain_name
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


1742
1743
1744
# File 'sig/types.rbs', line 1742

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def updated_at
  @updated_at
end