Class: Aws::Types::IpamResourceDiscovery
- Inherits:
-
Object
- Object
- Aws::Types::IpamResourceDiscovery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ipam_resource_discovery_arn ⇒ ::String
Returns the value of attribute ipam_resource_discovery_arn.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#ipam_resource_discovery_region ⇒ ::String
Returns the value of attribute ipam_resource_discovery_region.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#operating_regions ⇒ ::Array[Types::IpamOperatingRegion]
Returns the value of attribute operating_regions.
-
#organizational_unit_exclusions ⇒ ::Array[Types::IpamOrganizationalUnitExclusion]
Returns the value of attribute organizational_unit_exclusions.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
12817 12818 12819 |
# File 'sig/types.rbs', line 12817 def description @description end |
#ipam_resource_discovery_arn ⇒ ::String
Returns the value of attribute ipam_resource_discovery_arn.
12815 12816 12817 |
# File 'sig/types.rbs', line 12815 def ipam_resource_discovery_arn @ipam_resource_discovery_arn end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
12814 12815 12816 |
# File 'sig/types.rbs', line 12814 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#ipam_resource_discovery_region ⇒ ::String
Returns the value of attribute ipam_resource_discovery_region.
12816 12817 12818 |
# File 'sig/types.rbs', line 12816 def ipam_resource_discovery_region @ipam_resource_discovery_region end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
12819 12820 12821 |
# File 'sig/types.rbs', line 12819 def is_default @is_default end |
#operating_regions ⇒ ::Array[Types::IpamOperatingRegion]
Returns the value of attribute operating_regions.
12818 12819 12820 |
# File 'sig/types.rbs', line 12818 def @operating_regions end |
#organizational_unit_exclusions ⇒ ::Array[Types::IpamOrganizationalUnitExclusion]
Returns the value of attribute organizational_unit_exclusions.
12822 12823 12824 |
# File 'sig/types.rbs', line 12822 def organizational_unit_exclusions @organizational_unit_exclusions end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12813 12814 12815 |
# File 'sig/types.rbs', line 12813 def owner_id @owner_id end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12820 12821 12822 |
# File 'sig/types.rbs', line 12820 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12821 12822 12823 |
# File 'sig/types.rbs', line 12821 def @tags end |