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.
12465 12466 12467 |
# File 'sig/types.rbs', line 12465 def account_id @account_id end |
#discovery_region ⇒ ::String
Returns the value of attribute discovery_region.
12466 12467 12468 |
# File 'sig/types.rbs', line 12466 def discovery_region @discovery_region end |
#failure_reason ⇒ Types::IpamDiscoveryFailureReason
Returns the value of attribute failure_reason.
12467 12468 12469 |
# File 'sig/types.rbs', line 12467 def failure_reason @failure_reason end |
#last_attempted_discovery_time ⇒ ::Time
Returns the value of attribute last_attempted_discovery_time.
12468 12469 12470 |
# File 'sig/types.rbs', line 12468 def last_attempted_discovery_time @last_attempted_discovery_time end |
#last_successful_discovery_time ⇒ ::Time
Returns the value of attribute last_successful_discovery_time.
12469 12470 12471 |
# File 'sig/types.rbs', line 12469 def last_successful_discovery_time @last_successful_discovery_time end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
12470 12471 12472 |
# File 'sig/types.rbs', line 12470 def organizational_unit_id @organizational_unit_id end |