Class: Aws::Types::AcmeEndpointSummary

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)


138
139
140
# File 'sig/types.rbs', line 138

def acme_endpoint_arn
  @acme_endpoint_arn
end

#authorization_behavior"PRE_APPROVED"

Returns the value of attribute authorization_behavior.

Returns:

  • ("PRE_APPROVED")


142
143
144
# File 'sig/types.rbs', line 142

def authorization_behavior
  @authorization_behavior
end

#certificate_authorityTypes::CertificateAuthority

Returns the value of attribute certificate_authority.



144
145
146
# File 'sig/types.rbs', line 144

def certificate_authority
  @certificate_authority
end

#certificate_tags::Array[Types::Tag]

Returns the value of attribute certificate_tags.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def certificate_tags
  @certificate_tags
end

#contact"REQUIRED", "NOT_REQUIRED"

Returns the value of attribute contact.

Returns:

  • ("REQUIRED", "NOT_REQUIRED")


143
144
145
# File 'sig/types.rbs', line 143

def contact
  @contact
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


146
147
148
# File 'sig/types.rbs', line 146

def created_at
  @created_at
end

#endpoint_url::String

Returns the value of attribute endpoint_url.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def endpoint_url
  @endpoint_url
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def failure_reason
  @failure_reason
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


140
141
142
# File 'sig/types.rbs', line 140

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


147
148
149
# File 'sig/types.rbs', line 147

def updated_at
  @updated_at
end