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.
12932 12933 12934 |
# File 'sig/types.rbs', line 12932 def external_resource_identifier @external_resource_identifier end |
#type ⇒ "infoblox"
Returns the value of attribute type.
12931 12932 12933 |
# File 'sig/types.rbs', line 12931 def type @type end |