Class: Aws::Types::CreateIpamResourceDiscoveryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamResourceDiscoveryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute operating_regions.
-
#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.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def dry_run @dry_run end |
#operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute operating_regions.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def @operating_regions end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def tag_specifications @tag_specifications end |