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)


12465
12466
12467
# File 'sig/types.rbs', line 12465

def 
  @account_id
end

#discovery_region::String

Returns the value of attribute discovery_region.

Returns:

  • (::String)


12466
12467
12468
# File 'sig/types.rbs', line 12466

def discovery_region
  @discovery_region
end

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

Returns:

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

Returns:

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

Returns:

  • (::String)


12470
12471
12472
# File 'sig/types.rbs', line 12470

def organizational_unit_id
  @organizational_unit_id
end