Class: Aws::Types::AcmeEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acme_endpoint_arn::String

Returns the value of attribute acme_endpoint_arn.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def acme_endpoint_arn
  @acme_endpoint_arn
end

#authorization_behavior"PRE_APPROVED"

Returns the value of attribute authorization_behavior.

Returns:

  • ("PRE_APPROVED")


128
129
130
# File 'sig/types.rbs', line 128

def authorization_behavior
  @authorization_behavior
end

#certificate_authorityTypes::CertificateAuthority

Returns the value of attribute certificate_authority.



130
131
132
# File 'sig/types.rbs', line 130

def certificate_authority
  @certificate_authority
end

#certificate_tags::Array[Types::Tag]

Returns the value of attribute certificate_tags.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def certificate_tags
  @certificate_tags
end

#contact"REQUIRED", "NOT_REQUIRED"

Returns the value of attribute contact.

Returns:

  • ("REQUIRED", "NOT_REQUIRED")


129
130
131
# File 'sig/types.rbs', line 129

def contact
  @contact
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


132
133
134
# File 'sig/types.rbs', line 132

def created_at
  @created_at
end

#endpoint_url::String

Returns the value of attribute endpoint_url.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def endpoint_url
  @endpoint_url
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def failure_reason
  @failure_reason
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED")


126
127
128
# File 'sig/types.rbs', line 126

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


133
134
135
# File 'sig/types.rbs', line 133

def updated_at
  @updated_at
end