Class: Aws::Types::LoadBalancerTlsCertificateSummary
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancerTlsCertificateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_attached ⇒ Boolean
Returns the value of attribute is_attached.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#is_attached ⇒ Boolean
Returns the value of attribute is_attached.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def is_attached @is_attached end |
#name ⇒ ::String
Returns the value of attribute name.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def name @name end |