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)


1757
1758
1759
# File 'sig/types.rbs', line 1757

def arn
  @arn
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def domain_name
  @domain_name
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


1758
1759
1760
# File 'sig/types.rbs', line 1758

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def updated_at
  @updated_at
end