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.
12247 12248 12249 |
# File 'sig/types.rbs', line 12247 def account_id @account_id end |
#discovery_region ⇒ ::String
Returns the value of attribute discovery_region.
12248 12249 12250 |
# File 'sig/types.rbs', line 12248 def discovery_region @discovery_region end |
#failure_reason ⇒ Types::IpamDiscoveryFailureReason
Returns the value of attribute failure_reason.
12249 12250 12251 |
# File 'sig/types.rbs', line 12249 def failure_reason @failure_reason end |
#last_attempted_discovery_time ⇒ ::Time
Returns the value of attribute last_attempted_discovery_time.
12250 12251 12252 |
# File 'sig/types.rbs', line 12250 def last_attempted_discovery_time @last_attempted_discovery_time end |
#last_successful_discovery_time ⇒ ::Time
Returns the value of attribute last_successful_discovery_time.
12251 12252 12253 |
# File 'sig/types.rbs', line 12251 def last_successful_discovery_time @last_successful_discovery_time end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
12252 12253 12254 |
# File 'sig/types.rbs', line 12252 def organizational_unit_id @organizational_unit_id end |