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.
9305 9306 9307 |
# File 'sig/types.rbs', line 9305 def external_resource_identifier @external_resource_identifier end |
#type ⇒ "infoblox"
Returns the value of attribute type.
9304 9305 9306 |
# File 'sig/types.rbs', line 9304 def type @type end |