Class: Aws::Types::IpamScopeExternalAuthorityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IpamScopeExternalAuthorityConfiguration
- 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.
12605 12606 12607 |
# File 'sig/types.rbs', line 12605 def external_resource_identifier @external_resource_identifier end |
#type ⇒ "infoblox"
Returns the value of attribute type.
12604 12605 12606 |
# File 'sig/types.rbs', line 12604 def type @type end |