Class: Aws::Types::AssociateIpamResourceDiscoveryRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateIpamResourceDiscoveryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
634 635 636 |
# File 'sig/types.rbs', line 634 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
630 631 632 |
# File 'sig/types.rbs', line 630 def dry_run @dry_run end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
631 632 633 |
# File 'sig/types.rbs', line 631 def ipam_id @ipam_id end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
632 633 634 |
# File 'sig/types.rbs', line 632 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
633 634 635 |
# File 'sig/types.rbs', line 633 def tag_specifications @tag_specifications end |