Class: Aws::Types::IpamDiscoveredAccount
- Inherits:
-
Object
- Object
- Aws::Types::IpamDiscoveredAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#discovery_region ⇒ ::String
Returns the value of attribute discovery_region.
-
#failure_reason ⇒ Types::IpamDiscoveryFailureReason
Returns the value of attribute failure_reason.
-
#last_attempted_discovery_time ⇒ ::Time
Returns the value of attribute last_attempted_discovery_time.
-
#last_successful_discovery_time ⇒ ::Time
Returns the value of attribute last_successful_discovery_time.
-
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
12471 12472 12473 |
# File 'sig/types.rbs', line 12471 def account_id @account_id end |
#discovery_region ⇒ ::String
Returns the value of attribute discovery_region.
12472 12473 12474 |
# File 'sig/types.rbs', line 12472 def discovery_region @discovery_region end |
#failure_reason ⇒ Types::IpamDiscoveryFailureReason
Returns the value of attribute failure_reason.
12473 12474 12475 |
# File 'sig/types.rbs', line 12473 def failure_reason @failure_reason end |
#last_attempted_discovery_time ⇒ ::Time
Returns the value of attribute last_attempted_discovery_time.
12474 12475 12476 |
# File 'sig/types.rbs', line 12474 def last_attempted_discovery_time @last_attempted_discovery_time end |
#last_successful_discovery_time ⇒ ::Time
Returns the value of attribute last_successful_discovery_time.
12475 12476 12477 |
# File 'sig/types.rbs', line 12475 def last_successful_discovery_time @last_successful_discovery_time end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
12476 12477 12478 |
# File 'sig/types.rbs', line 12476 def organizational_unit_id @organizational_unit_id end |