Class: Aws::Types::ExternalAuthorityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExternalAuthorityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_resource_identifier ⇒ ::String
Returns the value of attribute external_resource_identifier.
-
#type ⇒ "infoblox"
Returns the value of attribute type.
Instance Attribute Details
#external_resource_identifier ⇒ ::String
Returns the value of attribute external_resource_identifier.
9530 9531 9532 |
# File 'sig/types.rbs', line 9530 def external_resource_identifier @external_resource_identifier end |
#type ⇒ "infoblox"
Returns the value of attribute type.
9529 9530 9531 |
# File 'sig/types.rbs', line 9529 def type @type end |