Class: Aws::Types::IpamDiscoveredAccount

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


12247
12248
12249
# File 'sig/types.rbs', line 12247

def 
  @account_id
end

#discovery_region::String

Returns the value of attribute discovery_region.

Returns:

  • (::String)


12248
12249
12250
# File 'sig/types.rbs', line 12248

def discovery_region
  @discovery_region
end

#failure_reasonTypes::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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


12252
12253
12254
# File 'sig/types.rbs', line 12252

def organizational_unit_id
  @organizational_unit_id
end