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.
11976 11977 11978 |
# File 'sig/types.rbs', line 11976 def account_id @account_id end |
#discovery_region ⇒ ::String
Returns the value of attribute discovery_region.
11977 11978 11979 |
# File 'sig/types.rbs', line 11977 def discovery_region @discovery_region end |
#failure_reason ⇒ Types::IpamDiscoveryFailureReason
Returns the value of attribute failure_reason.
11978 11979 11980 |
# File 'sig/types.rbs', line 11978 def failure_reason @failure_reason end |
#last_attempted_discovery_time ⇒ ::Time
Returns the value of attribute last_attempted_discovery_time.
11979 11980 11981 |
# File 'sig/types.rbs', line 11979 def last_attempted_discovery_time @last_attempted_discovery_time end |
#last_successful_discovery_time ⇒ ::Time
Returns the value of attribute last_successful_discovery_time.
11980 11981 11982 |
# File 'sig/types.rbs', line 11980 def last_successful_discovery_time @last_successful_discovery_time end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
11981 11982 11983 |
# File 'sig/types.rbs', line 11981 def organizational_unit_id @organizational_unit_id end |