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)


11976
11977
11978
# File 'sig/types.rbs', line 11976

def 
  @account_id
end

#discovery_region::String

Returns the value of attribute discovery_region.

Returns:

  • (::String)


11977
11978
11979
# File 'sig/types.rbs', line 11977

def discovery_region
  @discovery_region
end

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

Returns:

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

Returns:

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

Returns:

  • (::String)


11981
11982
11983
# File 'sig/types.rbs', line 11981

def organizational_unit_id
  @organizational_unit_id
end