Class: Aws::Types::IpamResourceDiscoveryAssociation
- Inherits:
-
Object
- Object
- Aws::Types::IpamResourceDiscoveryAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
-
#ipam_resource_discovery_association_arn ⇒ ::String
Returns the value of attribute ipam_resource_discovery_association_arn.
-
#ipam_resource_discovery_association_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_association_id.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#resource_discovery_status ⇒ "active", "not-found"
Returns the value of attribute resource_discovery_status.
-
#state ⇒ "associate-in-progress", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
12838 12839 12840 |
# File 'sig/types.rbs', line 12838 def ipam_arn @ipam_arn end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
12837 12838 12839 |
# File 'sig/types.rbs', line 12837 def ipam_id @ipam_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12839 12840 12841 |
# File 'sig/types.rbs', line 12839 def ipam_region @ipam_region end |
#ipam_resource_discovery_association_arn ⇒ ::String
Returns the value of attribute ipam_resource_discovery_association_arn.
12835 12836 12837 |
# File 'sig/types.rbs', line 12835 def ipam_resource_discovery_association_arn @ipam_resource_discovery_association_arn end |
#ipam_resource_discovery_association_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_association_id.
12834 12835 12836 |
# File 'sig/types.rbs', line 12834 def ipam_resource_discovery_association_id @ipam_resource_discovery_association_id end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
12836 12837 12838 |
# File 'sig/types.rbs', line 12836 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
12840 12841 12842 |
# File 'sig/types.rbs', line 12840 def is_default @is_default end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12833 12834 12835 |
# File 'sig/types.rbs', line 12833 def owner_id @owner_id end |
#resource_discovery_status ⇒ "active", "not-found"
Returns the value of attribute resource_discovery_status.
12841 12842 12843 |
# File 'sig/types.rbs', line 12841 def resource_discovery_status @resource_discovery_status end |
#state ⇒ "associate-in-progress", ...
Returns the value of attribute state.
12842 12843 12844 |
# File 'sig/types.rbs', line 12842 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12843 12844 12845 |
# File 'sig/types.rbs', line 12843 def @tags end |